summaryrefslogtreecommitdiff
path: root/seqWindow.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-12-11 09:09:48 +0000
committerOthmar Gsenger <otti@anytun.org>2007-12-11 09:09:48 +0000
commit2c55bc987c93a1857e3cdaf8c8f1cea60483ab1e (patch)
tree4fe9123029c7ec61a18102873d5b753fbd4700e3 /seqWindow.h
parentsome cleanups (diff)
added syncbuffer
Diffstat (limited to 'seqWindow.h')
-rw-r--r--seqWindow.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/seqWindow.h b/seqWindow.h
index 074ecb5..8f94b7c 100644
--- a/seqWindow.h
+++ b/seqWindow.h
@@ -33,16 +33,11 @@
#include <map>
#include <deque>
-
+#include <boost/archive/text_oarchive.hpp>
+#include <boost/archive/text_iarchive.hpp>
#include "threadUtils.hpp"
#include "datatypes.h"
-namespace boost {
- namespace serialization {
- class access;
- }
-}
-
class SeqWindow
{
public: