aboutsummaryrefslogtreecommitdiffstats
path: root/lib/plpdirent.h
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2003-02-05 07:59:09 +0000
committerFritz Elfert <felfert@to.com>2003-02-05 07:59:09 +0000
commitf0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85 (patch)
tree166bf2df5ca4fc40904af30a56a0de88683baf8d /lib/plpdirent.h
parent27ba222abbf3137eef49e31ac521de01d39c8088 (diff)
downloadplptools-f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85.tar.gz
plptools-f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85.tar.bz2
plptools-f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85.zip
- Changes for compiling with gcc 3.2
Diffstat (limited to 'lib/plpdirent.h')
-rw-r--r--lib/plpdirent.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/plpdirent.h b/lib/plpdirent.h
index 5eeced7..a611225 100644
--- a/lib/plpdirent.h
+++ b/lib/plpdirent.h
@@ -23,7 +23,9 @@
#ifndef _PLPDIRENT_H_
#define _PLPDIRENT_H_
+#include <iostream>
#include <string>
+
#include <psitime.h>
#include <rfsv.h>
@@ -175,7 +177,7 @@ public:
* The output is in human readable similar to the
* output of a "ls" command.
*/
- friend ostream &operator<<(ostream &o, const PlpDirent &e);
+ friend std::ostream &operator<<(std::ostream &o, const PlpDirent &e);
private:
u_int32_t size;