aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bufferstore.cc
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2002-07-14 06:35:33 +0000
committerFritz Elfert <felfert@to.com>2002-07-14 06:35:33 +0000
commitf9e740af36b44a1c9e834dc8fff08fba8fb1b13f (patch)
tree8b84b4ffcb235224f8de1761fdd59446f155281d /lib/bufferstore.cc
parent97984a6f290d1bd87aaba317c47c70a14b1c0b31 (diff)
downloadplptools-f9e740af36b44a1c9e834dc8fff08fba8fb1b13f.tar.gz
plptools-f9e740af36b44a1c9e834dc8fff08fba8fb1b13f.tar.bz2
plptools-f9e740af36b44a1c9e834dc8fff08fba8fb1b13f.zip
Applied patches from debian bug #104967 (not yet tested)
Diffstat (limited to 'lib/bufferstore.cc')
-rw-r--r--lib/bufferstore.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bufferstore.cc b/lib/bufferstore.cc
index 811c690..4712c45 100644
--- a/lib/bufferstore.cc
+++ b/lib/bufferstore.cc
@@ -35,6 +35,8 @@
#include "bufferstore.h"
+using namespace std;
+
bufferStore::bufferStore()
: len(0)
, lenAllocd(0)