From 08c1e93fa36a49f49325a07fe91ff92c964c2b6c Mon Sep 17 00:00:00 2001 From: Chanho Park Date: Thu, 11 Dec 2014 18:55:56 +0900 Subject: Imported Upstream version 1.57.0 --- boost/fusion/algorithm/transformation/filter_if.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'boost/fusion/algorithm/transformation/filter_if.hpp') diff --git a/boost/fusion/algorithm/transformation/filter_if.hpp b/boost/fusion/algorithm/transformation/filter_if.hpp index d989d30858..1b9f0d323e 100644 --- a/boost/fusion/algorithm/transformation/filter_if.hpp +++ b/boost/fusion/algorithm/transformation/filter_if.hpp @@ -7,6 +7,7 @@ #if !defined(FUSION_FILTER_IF_07172005_0818) #define FUSION_FILTER_IF_07172005_0818 +#include #include namespace boost { namespace fusion @@ -21,6 +22,7 @@ namespace boost { namespace fusion } template + BOOST_FUSION_GPU_ENABLED inline typename result_of::filter_if::type filter_if(Sequence const& seq) { -- cgit v1.2.3