diff options
author | John Wiegley <johnw@newartisans.com> | 2012-05-20 15:15:54 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-05-20 15:15:54 -0500 |
commit | f579e6ddacb08ffeb124a9ec87b7faf7e9683a3c (patch) | |
tree | 0be9e3f7d7859a52976eb1b861d002b511355d8e /src/system.hh.in | |
parent | a9bdcc33013b5e1e76571ee1104bd8c7f278e775 (diff) | |
download | fork-ledger-f579e6ddacb08ffeb124a9ec87b7faf7e9683a3c.tar.gz fork-ledger-f579e6ddacb08ffeb124a9ec87b7faf7e9683a3c.tar.bz2 fork-ledger-f579e6ddacb08ffeb124a9ec87b7faf7e9683a3c.zip |
Work around inclusion ordering bug with Xpressive
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 |