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/bufferstore.cc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'lib/bufferstore.cc') diff --git a/lib/bufferstore.cc b/lib/bufferstore.cc index 4712c45..17e4b9b 100644 --- a/lib/bufferstore.cc +++ b/lib/bufferstore.cc @@ -25,16 +25,17 @@ #ifdef HAVE_CONFIG_H #include #endif -#include + +#include "bufferstore.h" + // Should be iostream.h, but won't build on Sun WorkShop C++ 5.0 #include +#include + #include -#include #include #include -#include "bufferstore.h" - using namespace std; bufferStore::bufferStore() -- cgit v1.2.3