diff --git a/include/boost/typeof/binding_workaround.hpp b/include/boost/typeof/binding_workaround.hpp index 0620c4b..58bd870 100755 --- a/include/boost/typeof/binding_workaround.hpp +++ b/include/boost/typeof/binding_workaround.hpp @@ -8,11 +8,12 @@ MSVC 7.1-, from inside a template, can't bind a function pointer to const T& */ +#include + #if BOOST_WORKAROUND(BOOST_MSVC,==1310) && defined(BOOST_TYPEOF_EMULATION) #include #include -#include namespace boost { namespace type_of { @@ -26,7 +27,6 @@ namespace boost { namespace type_of { #include #include -#include namespace boost { namespace type_of {