From f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Wed, 5 Feb 2003 07:59:09 +0000 Subject: - Changes for compiling with gcc 3.2 --- lib/plpdirent.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/plpdirent.h') 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 #include + #include #include @@ -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; -- cgit v1.2.3