summaryrefslogtreecommitdiff
path: root/boost/fusion/adapted.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/adapted.hpp')
-rw-r--r--boost/fusion/adapted.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/boost/fusion/adapted.hpp b/boost/fusion/adapted.hpp
index bcff7161b0..5bc33899c7 100644
--- a/boost/fusion/adapted.hpp
+++ b/boost/fusion/adapted.hpp
@@ -8,6 +8,7 @@
#if !defined(BOOST_FUSION_ADAPTED_30122005_1420)
#define BOOST_FUSION_ADAPTED_30122005_1420
+#include <boost/fusion/support/config.hpp>
#include <boost/fusion/adapted/adt.hpp>
#include <boost/fusion/adapted/array.hpp>
#include <boost/fusion/adapted/boost_array.hpp>
@@ -18,7 +19,7 @@
// The std_tuple_iterator adaptor only supports implementations
// using variadic templates
-#if !defined(BOOST_NO_VARIADIC_TEMPLATES)
+#if !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES)
#include <boost/fusion/adapted/std_tuple.hpp>
#endif