diff options
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: |