summaryrefslogtreecommitdiff
path: root/boost/fusion/view/joint_view/detail/end_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/view/joint_view/detail/end_impl.hpp')
-rw-r--r--boost/fusion/view/joint_view/detail/end_impl.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/fusion/view/joint_view/detail/end_impl.hpp b/boost/fusion/view/joint_view/detail/end_impl.hpp
index 7b88e56c48..b9e0113815 100644
--- a/boost/fusion/view/joint_view/detail/end_impl.hpp
+++ b/boost/fusion/view/joint_view/detail/end_impl.hpp
@@ -7,6 +7,7 @@
#if !defined(FUSION_END_IMPL_07162005_0128)
#define FUSION_END_IMPL_07162005_0128
+#include <boost/fusion/support/config.hpp>
#include <boost/fusion/iterator/equal_to.hpp>
#include <boost/mpl/if.hpp>
@@ -27,6 +28,7 @@ namespace boost { namespace fusion
{
typedef typename Sequence::concat_last_type type;
+ BOOST_FUSION_GPU_ENABLED
static type
call(Sequence& s)
{