diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-03 06:11:33 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:36 -0400 |
commit | 738287ef7059e34c2f3c894aa3b1f7da3e059975 (patch) | |
tree | 0620fe4354be6268d6de9acd97698b12935690f0 /src/system.hh | |
parent | c59018c29ddfc7a46aeb951fbcd5cb5b93f47ec0 (diff) | |
download | fork-ledger-738287ef7059e34c2f3c894aa3b1f7da3e059975.tar.gz fork-ledger-738287ef7059e34c2f3c894aa3b1f7da3e059975.tar.bz2 fork-ledger-738287ef7059e34c2f3c894aa3b1f7da3e059975.zip |
Merged ../commodity_pool
Diffstat (limited to 'src/system.hh')
-rw-r--r-- | src/system.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/system.hh b/src/system.hh index 2cc03413..efad4546 100644 --- a/src/system.hh +++ b/src/system.hh @@ -107,10 +107,11 @@ extern "C" { #include <boost/filesystem/operations.hpp> #include <boost/filesystem/path.hpp> #include <boost/function.hpp> -#include <boost/multi_index_container.hpp> +#include <boost/lexical_cast.hpp> #include <boost/multi_index/hashed_index.hpp> #include <boost/multi_index/key_extractors.hpp> #include <boost/multi_index/ordered_index.hpp> +#include <boost/multi_index_container.hpp> #include <boost/operators.hpp> #include <boost/optional.hpp> #include <boost/ptr_container/ptr_list.hpp> |