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 | e73e7925a1b2fce06b1cdbe13e53fe6f10d56261 (patch) | |
tree | c4fafdf945a18f10a6a334a0e405b6960ac59d8e /utils/fast_sparse_vector.h | |
parent | 5f0c8a675a8341c3b835c7597c4c92a838fa02ea (diff) |
fix header problem when serializing sparse vector with boost
Diffstat (limited to 'utils/fast_sparse_vector.h')
-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" |