summaryrefslogtreecommitdiff
path: root/boost/fusion/container/set/convert.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/container/set/convert.hpp')
-rw-r--r--boost/fusion/container/set/convert.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/boost/fusion/container/set/convert.hpp b/boost/fusion/container/set/convert.hpp
index c268e5d9d1..631c251d44 100644
--- a/boost/fusion/container/set/convert.hpp
+++ b/boost/fusion/container/set/convert.hpp
@@ -7,6 +7,7 @@
#if !defined(FUSION_CONVERT_09232005_1341)
#define FUSION_CONVERT_09232005_1341
+#include <boost/fusion/support/config.hpp>
#include <boost/fusion/container/set/detail/as_set.hpp>
#include <boost/fusion/container/set/detail/convert_impl.hpp>
#include <boost/fusion/container/set/set.hpp>
@@ -28,6 +29,7 @@ namespace boost { namespace fusion
}
template <typename Sequence>
+ BOOST_FUSION_GPU_ENABLED
inline typename result_of::as_set<Sequence>::type
as_set(Sequence& seq)
{
@@ -36,6 +38,7 @@ namespace boost { namespace fusion
}
template <typename Sequence>
+ BOOST_FUSION_GPU_ENABLED
inline typename result_of::as_set<Sequence const>::type
as_set(Sequence const& seq)
{