diff options
author | Othmar Gsenger <otti@anytun.org> | 2007-12-11 09:09:48 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2007-12-11 09:09:48 +0000 |
commit | 2c55bc987c93a1857e3cdaf8c8f1cea60483ab1e (patch) | |
tree | 4fe9123029c7ec61a18102873d5b753fbd4700e3 /seqWindow.h | |
parent | some cleanups (diff) |
added syncbuffer
Diffstat (limited to 'seqWindow.h')
-rw-r--r-- | seqWindow.h | 9 |
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: |