summaryrefslogtreecommitdiff
path: root/boost/fusion/adapted/boost_array/detail/at_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/adapted/boost_array/detail/at_impl.hpp')
-rw-r--r--boost/fusion/adapted/boost_array/detail/at_impl.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/fusion/adapted/boost_array/detail/at_impl.hpp b/boost/fusion/adapted/boost_array/detail/at_impl.hpp
index 6df8858663..15235e8e57 100644
--- a/boost/fusion/adapted/boost_array/detail/at_impl.hpp
+++ b/boost/fusion/adapted/boost_array/detail/at_impl.hpp
@@ -8,6 +8,7 @@
#if !defined(BOOST_FUSION_AT_IMPL_27122005_1241)
#define BOOST_FUSION_AT_IMPL_27122005_1241
+#include <boost/fusion/support/config.hpp>
#include <boost/type_traits/is_const.hpp>
#include <boost/mpl/if.hpp>
@@ -32,6 +33,7 @@ namespace boost { namespace fusion {
typename Sequence::const_reference,
typename Sequence::reference>::type type;
+ BOOST_FUSION_GPU_ENABLED
static type
call(Sequence& seq)
{