diff options
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> |