X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=boost%2Ffusion%2Fsequence%2Fintrinsic%2Ffront.hpp;h=6d939da3d3858f7dc2c5f03ffc363249a4dd8085;hb=08c1e93fa36a49f49325a07fe91ff92c964c2b6c;hp=0e50e3ca75fe81891d6b1f09604b515490420e8e;hpb=bb4dd8289b351fae6b55e303f189127a394a1edd;p=platform%2Fupstream%2Fboost.git diff --git a/boost/fusion/sequence/intrinsic/front.hpp b/boost/fusion/sequence/intrinsic/front.hpp index 0e50e3c..6d939da 100644 --- a/boost/fusion/sequence/intrinsic/front.hpp +++ b/boost/fusion/sequence/intrinsic/front.hpp @@ -7,6 +7,7 @@ #if !defined(FUSION_FRONT_09162005_0343) #define FUSION_FRONT_09162005_0343 +#include #include #include #include @@ -25,6 +26,7 @@ namespace boost { namespace fusion } template + BOOST_FUSION_GPU_ENABLED inline typename result_of::front::type front(Sequence& seq) { @@ -32,6 +34,7 @@ namespace boost { namespace fusion } template + BOOST_FUSION_GPU_ENABLED inline typename result_of::front::type front(Sequence const& seq) {