diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2011-09-03 17:27:12 +0100 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2011-09-03 17:27:12 +0100 |
commit | 078f434e044ba6d98d96fa4a24121528eaaa69d0 (patch) | |
tree | 1a1003fbf3be989d05d4d82c617f580c4d014ae7 /utils | |
parent | b6a2a068e552de6d3c1e2507213d0161e1c7e34b (diff) |
fix header problem when serializing sparse vector with boost
Diffstat (limited to 'utils')
-rw-r--r-- | utils/fast_sparse_vector.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/fast_sparse_vector.h b/utils/fast_sparse_vector.h index b3f9588d..1301581a 100644 --- a/utils/fast_sparse_vector.h +++ b/utils/fast_sparse_vector.h @@ -19,8 +19,7 @@ #include <boost/static_assert.hpp> #if HAVE_BOOST_ARCHIVE_TEXT_OARCHIVE_HPP -#include <boost/archive/text_oarchive.hpp> -#include <boost/archive/text_iarchive.hpp> +#include <boost/serialization/map.hpp> #endif #include "fdict.h" |