diff options
Diffstat (limited to 'src/system.hh.in')
-rw-r--r-- | src/system.hh.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/system.hh.in b/src/system.hh.in index 35396c90..1b870d55 100644 --- a/src/system.hh.in +++ b/src/system.hh.in @@ -212,6 +212,9 @@ typedef std::ostream::pos_type ostream_pos_type; #include <boost/random/uniform_real.hpp> #include <boost/random/variate_generator.hpp> +// jww (2012-05-20): This must be included before Boost.Regex +#include <boost/xpressive/xpressive_static.hpp> + #if HAVE_BOOST_REGEX_UNICODE #include <boost/regex/icu.hpp> #else |