diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-07 10:27:21 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:39 -0400 |
commit | d8498372037a4d0c272547ae48046b2182bcd4b1 (patch) | |
tree | ea3f228c5b6b20d71456e47a418e383669925d5f /src/system.hh | |
parent | a71d48881e538630aa1d147d58365da84e6db91f (diff) | |
download | fork-ledger-d8498372037a4d0c272547ae48046b2182bcd4b1.tar.gz fork-ledger-d8498372037a4d0c272547ae48046b2182bcd4b1.tar.bz2 fork-ledger-d8498372037a4d0c272547ae48046b2182bcd4b1.zip |
Major restructuring of the value_t class.
Diffstat (limited to 'src/system.hh')
-rw-r--r-- | src/system.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/system.hh b/src/system.hh index 9028d0dd..61dd9530 100644 --- a/src/system.hh +++ b/src/system.hh @@ -128,6 +128,7 @@ extern "C" { #include <libofx.h> #endif +#include <boost/algorithm/string/classification.hpp> #include <boost/algorithm/string/predicate.hpp> #include <boost/cast.hpp> #include <boost/current_function.hpp> @@ -138,6 +139,8 @@ extern "C" { #include <boost/filesystem/operations.hpp> #include <boost/filesystem/path.hpp> #include <boost/function.hpp> +#include <boost/lambda/bind.hpp> +#include <boost/lambda/lambda.hpp> #include <boost/lexical_cast.hpp> #include <boost/multi_index/hashed_index.hpp> #include <boost/multi_index/key_extractors.hpp> @@ -148,6 +151,5 @@ extern "C" { #include <boost/ptr_container/ptr_list.hpp> #include <boost/ptr_container/ptr_vector.hpp> #include <boost/regex.hpp> -#include <boost/signal.hpp> #endif // _SYSTEM_HH |