aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bufferstore.cc
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/bufferstore.cc
parent27ba222abbf3137eef49e31ac521de01d39c8088 (diff)
downloadplptools-f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85.tar.gz
plptools-f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85.tar.bz2
plptools-f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85.zip
- Changes for compiling with gcc 3.2
Diffstat (limited to 'lib/bufferstore.cc')
-rw-r--r--lib/bufferstore.cc9
1 files changed, 5 insertions, 4 deletions
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 <config.h>
#endif
-#include <stream.h>
+
+#include "bufferstore.h"
+
// Should be iostream.h, but won't build on Sun WorkShop C++ 5.0
#include <iomanip>
+#include <string>
+
#include <stdlib.h>
-#include <string.h>
#include <ctype.h>
#include <assert.h>
-#include "bufferstore.h"
-
using namespace std;
bufferStore::bufferStore()