summaryrefslogtreecommitdiff
path: root/boost/fusion/iterator/next.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/iterator/next.hpp')
-rw-r--r--boost/fusion/iterator/next.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/fusion/iterator/next.hpp b/boost/fusion/iterator/next.hpp
index 5cc9c80771..bd76eac152 100644
--- a/boost/fusion/iterator/next.hpp
+++ b/boost/fusion/iterator/next.hpp
@@ -7,6 +7,7 @@
#if !defined(FUSION_NEXT_05042005_1101)
#define FUSION_NEXT_05042005_1101
+#include <boost/fusion/support/config.hpp>
#include <boost/fusion/support/tag_of.hpp>
namespace boost { namespace fusion
@@ -53,6 +54,7 @@ namespace boost { namespace fusion
}
template <typename Iterator>
+ BOOST_FUSION_GPU_ENABLED
typename result_of::next<Iterator>::type const
next(Iterator const& i)
{