aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bufferstore.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bufferstore.h')
-rw-r--r--lib/bufferstore.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/bufferstore.h b/lib/bufferstore.h
index 5a1d8bf..0e951b8 100644
--- a/lib/bufferstore.h
+++ b/lib/bufferstore.h
@@ -25,8 +25,7 @@
#define _BUFFERSTORE_H_
#include <sys/types.h>
-
-class ostream;
+#include <stream.h>
/**
* A generic container for an array of bytes.
@@ -130,7 +129,7 @@ public:
*
* @returns The stream.
*/
- friend ostream &operator<<(ostream &, const bufferStore &);
+ friend class std::ostream &operator<<(std::ostream &, const bufferStore &);
/**
* Tests if the bufferStore is empty.