summaryrefslogtreecommitdiff
path: root/boost/fusion/algorithm/transformation/clear.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/algorithm/transformation/clear.hpp')
-rw-r--r--boost/fusion/algorithm/transformation/clear.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/fusion/algorithm/transformation/clear.hpp b/boost/fusion/algorithm/transformation/clear.hpp
index 946e45c842..de643408f6 100644
--- a/boost/fusion/algorithm/transformation/clear.hpp
+++ b/boost/fusion/algorithm/transformation/clear.hpp
@@ -7,6 +7,7 @@
#if !defined(FUSION_CLEAR_09172005_1127)
#define FUSION_CLEAR_09172005_1127
+#include <boost/fusion/support/config.hpp>
#include <boost/fusion/container/vector/vector10.hpp>
namespace boost { namespace fusion
@@ -21,6 +22,7 @@ namespace boost { namespace fusion
}
template <typename Sequence>
+ BOOST_FUSION_GPU_ENABLED
inline typename result_of::clear<Sequence const>::type
clear(Sequence const& /*seq*/)
{