summaryrefslogtreecommitdiff
path: root/src/system.hh.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/system.hh.in')
-rw-r--r--src/system.hh.in5
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>