diff options
author | John Wiegley <johnw@newartisans.com> | 2010-06-13 03:55:02 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-06-13 03:55:08 -0400 |
commit | 4a44218da15c5d4dfb29fc32dfe5818a5ac27b7a (patch) | |
tree | f263cca3ab24cdad7f76c68e32025feb21b09969 /src/system.hh.in | |
parent | 44a5103e1ce9f968df02ac6e1f86fcf9415a1983 (diff) | |
download | fork-ledger-4a44218da15c5d4dfb29fc32dfe5818a5ac27b7a.tar.gz fork-ledger-4a44218da15c5d4dfb29fc32dfe5818a5ac27b7a.tar.bz2 fork-ledger-4a44218da15c5d4dfb29fc32dfe5818a5ac27b7a.zip |
For value_t, use boost::any to refer to objects
Diffstat (limited to 'src/system.hh.in')
-rw-r--r-- | src/system.hh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/system.hh.in b/src/system.hh.in index 34efa424..d9e664e3 100644 --- a/src/system.hh.in +++ b/src/system.hh.in @@ -137,6 +137,7 @@ typedef std::ostream::pos_type ostream_pos_type; #endif #include <boost/algorithm/string.hpp> +#include <boost/any.hpp> #include <boost/bind.hpp> #include <boost/cast.hpp> #include <boost/current_function.hpp> |