aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bufferstore.cc
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2008-07-21 22:59:08 +0000
committerReuben Thomas <rrt@sc3d.org>2008-07-21 22:59:08 +0000
commit0f3a44063257bcaf2ceb3f4f4f03a2a8cb7f34d7 (patch)
treec9ee504e23f1eca2468d240f34ac6585dc63910c /lib/bufferstore.cc
parent3930ae5dd2845681a5d9ba53933128f9ac851585 (diff)
downloadplptools-0f3a44063257bcaf2ceb3f4f4f03a2a8cb7f34d7.tar.gz
plptools-0f3a44063257bcaf2ceb3f4f4f03a2a8cb7f34d7.tar.bz2
plptools-0f3a44063257bcaf2ceb3f4f4f03a2a8cb7f34d7.zip
Patch from John Lines for compiling with GCC 4.3 (Patch #2023788)
Diffstat (limited to 'lib/bufferstore.cc')
-rw-r--r--lib/bufferstore.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/bufferstore.cc b/lib/bufferstore.cc
index 17e4b9b..56cd8b1 100644
--- a/lib/bufferstore.cc
+++ b/lib/bufferstore.cc
@@ -28,6 +28,9 @@
#include "bufferstore.h"
+#include <cstring>
+#include <cstdlib>
+
// Should be iostream.h, but won't build on Sun WorkShop C++ 5.0
#include <iomanip>
#include <string>