summaryrefslogtreecommitdiff
path: root/src/system.hh.in
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2010-06-12 00:51:36 -0400
committerJohn Wiegley <johnw@newartisans.com>2010-06-12 00:51:36 -0400
commit1a60c9e82c7d5cb9254953e6e7cc00786b5b2321 (patch)
tree14e4f559fb62151b5b6359851d213ff5942edc4b /src/system.hh.in
parent7e118f4ad0a88f2eaaaced5becb6360530e9be9a (diff)
downloadfork-ledger-1a60c9e82c7d5cb9254953e6e7cc00786b5b2321.tar.gz
fork-ledger-1a60c9e82c7d5cb9254953e6e7cc00786b5b2321.tar.bz2
fork-ledger-1a60c9e82c7d5cb9254953e6e7cc00786b5b2321.zip
Include serialize_ptr_deque, for Boost.Serialization
Diffstat (limited to 'src/system.hh.in')
-rw-r--r--src/system.hh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system.hh.in b/src/system.hh.in
index ff59221e..34efa424 100644
--- a/src/system.hh.in
+++ b/src/system.hh.in
@@ -159,7 +159,7 @@ typedef std::ostream::pos_type ostream_pos_type;
#include <boost/operators.hpp>
#include <boost/optional.hpp>
#include <boost/ptr_container/ptr_list.hpp>
-#include <boost/ptr_container/ptr_deque.hpp>
+#include <boost/ptr_container/serialize_ptr_deque.hpp>
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/uniform_int.hpp>
#include <boost/random/uniform_real.hpp>