summaryrefslogtreecommitdiff
path: root/src/system.hh.in
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-03-09 20:02:53 -0600
committerJohn Wiegley <johnw@newartisans.com>2012-03-09 20:02:53 -0600
commit2df8edc71c1e805fd54c2208b2b66bdde0460c59 (patch)
tree8a5aefa71d8713c4fe7d91df02f8046d18a9fe8c /src/system.hh.in
parentcbc7bd337bf523e9424c789a87be1d4a360740b2 (diff)
downloadfork-ledger-2df8edc71c1e805fd54c2208b2b66bdde0460c59.tar.gz
fork-ledger-2df8edc71c1e805fd54c2208b2b66bdde0460c59.tar.bz2
fork-ledger-2df8edc71c1e805fd54c2208b2b66bdde0460c59.zip
Improved the behavior of -X
Diffstat (limited to 'src/system.hh.in')
-rw-r--r--src/system.hh.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/system.hh.in b/src/system.hh.in
index fcc8e2ce..a38deb1f 100644
--- a/src/system.hh.in
+++ b/src/system.hh.in
@@ -185,6 +185,8 @@ typedef std::ostream::pos_type ostream_pos_type;
#include <boost/regex.hpp>
#endif // HAVE_BOOST_REGEX_UNICODE
+#include <boost/tokenizer.hpp>
+
#include <boost/tuple/tuple.hpp>
#include <boost/tuple/tuple_comparison.hpp>