diff options
author | John Wiegley <johnw@newartisans.com> | 2012-03-09 20:02:53 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-03-09 20:02:53 -0600 |
commit | 2df8edc71c1e805fd54c2208b2b66bdde0460c59 (patch) | |
tree | 8a5aefa71d8713c4fe7d91df02f8046d18a9fe8c /src/system.hh.in | |
parent | cbc7bd337bf523e9424c789a87be1d4a360740b2 (diff) | |
download | fork-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.in | 2 |
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> |