--- boost/mpl/aux_/config/typeof.hpp +++ boost/mpl/aux_/config/typeof.hpp @@ -15,10 +15,12 @@ // $Revision: 49267 $ #include +#include #if !defined(BOOST_MPL_CFG_HAS_TYPEOF) \ && !defined(BOOST_MPL_PREPROCESSING_MODE) \ && ( defined(BOOST_MPL_CFG_GCC) && BOOST_MPL_CFG_GCC >= 0x0302 \ + || defined(BOOST_INTEL_CXX_VERSION) && BOOST_INTEL_CXX_VERSION >= 1000 \ || defined(__MWERKS__) && __MWERKS__ >= 0x3000 \ )