aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bufferstore.cc
diff options
context:
space:
mode:
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)