summaryrefslogtreecommitdiff
path: root/boost/fusion/algorithm/transformation/join.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/algorithm/transformation/join.hpp')
-rw-r--r--boost/fusion/algorithm/transformation/join.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/fusion/algorithm/transformation/join.hpp b/boost/fusion/algorithm/transformation/join.hpp
index f0cf2e4ebd..51af05352f 100644
--- a/boost/fusion/algorithm/transformation/join.hpp
+++ b/boost/fusion/algorithm/transformation/join.hpp
@@ -8,6 +8,7 @@
#if !defined(FUSION_JOIN_200601222109)
#define FUSION_JOIN_200601222109
+#include <boost/fusion/support/config.hpp>
#include <boost/fusion/view/joint_view.hpp>
namespace boost { namespace fusion {
@@ -22,6 +23,7 @@ namespace boost { namespace fusion {
}
template<typename LhSequence, typename RhSequence>
+ BOOST_FUSION_GPU_ENABLED
inline typename result_of::join<LhSequence const, RhSequence const>::type
join(LhSequence const& lhs, RhSequence const& rhs)
{