diff options
author | John Wiegley <johnw@newartisans.com> | 2012-03-09 03:19:25 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-03-09 03:19:25 -0600 |
commit | 628875b33c4f1cd202091c9347ef0176f8b688fa (patch) | |
tree | a3de0dc0572a2cced0fb9eabc85b7591da03642c /src/system.hh.in | |
parent | b0cf90ab50ac42d3184d70cb1906778df034ddaa (diff) | |
download | fork-ledger-628875b33c4f1cd202091c9347ef0176f8b688fa.tar.gz fork-ledger-628875b33c4f1cd202091c9347ef0176f8b688fa.tar.bz2 fork-ledger-628875b33c4f1cd202091c9347ef0176f8b688fa.zip |
Use Boost.Tuple
Diffstat (limited to 'src/system.hh.in')
-rw-r--r-- | src/system.hh.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/system.hh.in b/src/system.hh.in index 5e5a0c1d..fcc8e2ce 100644 --- a/src/system.hh.in +++ b/src/system.hh.in @@ -183,8 +183,11 @@ typedef std::ostream::pos_type ostream_pos_type; #include <boost/regex/icu.hpp> #else #include <boost/regex.hpp> - #endif // HAVE_BOOST_REGEX_UNICODE + +#include <boost/tuple/tuple.hpp> +#include <boost/tuple/tuple_comparison.hpp> + #include <boost/variant.hpp> #include <boost/version.hpp> |