summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-09 01:33:24 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-09 01:33:24 -0400
commit1d4c65b5ca514ae4a3977e7a14aabc088a917c6e (patch)
tree5c7f1dd14c2574fa5d5561cb5e3f440c44b9c7e8 /src
parent391300aea29a755e20a60774be662e4ebd361b66 (diff)
downloadfork-ledger-1d4c65b5ca514ae4a3977e7a14aabc088a917c6e.tar.gz
fork-ledger-1d4c65b5ca514ae4a3977e7a14aabc088a917c6e.tar.bz2
fork-ledger-1d4c65b5ca514ae4a3977e7a14aabc088a917c6e.zip
Include boost/version.hpp, so Ledger can tell which version the user has.
Diffstat (limited to 'src')
-rw-r--r--src/system.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/system.hh b/src/system.hh
index ff2caf56..bffd041c 100644
--- a/src/system.hh
+++ b/src/system.hh
@@ -168,6 +168,7 @@ typedef std::ostream::pos_type ostream_pos_type;
#include <boost/ptr_container/ptr_list.hpp>
#include <boost/regex.hpp>
#include <boost/variant.hpp>
+#include <boost/version.hpp>
#if defined(HAVE_BOOST_PYTHON)