Index: boost/fusion/adapted/boost_tuple/detail/size_impl.hpp =================================================================== --- boost/fusion/adapted/boost_tuple/detail/size_impl.hpp (revision 51856) +++ boost/fusion/adapted/boost_tuple/detail/size_impl.hpp (working copy) @@ -9,6 +9,7 @@ #include #include +#include namespace boost { namespace fusion { @@ -23,7 +24,7 @@ struct size_impl { template - struct apply : mpl::int_::value> {}; + struct apply : mpl::int_::type>::value> {}; }; } }}