diff --git a/include/boost/iterator/detail/categories.hpp b/include/boost/iterator/detail/categories.hpp index 2e53fb6..5a2e7eb 100644 --- a/include/boost/iterator/detail/categories.hpp +++ b/include/boost/iterator/detail/categories.hpp @@ -21,6 +21,7 @@ # include # include # include +# include # include @@ -322,7 +323,9 @@ namespace boost , error_type > > - {}; + { + BOOST_MPL_AUX_LAMBDA_SUPPORT(2,minimum_category,(T1,T2)) + }; # if BOOST_WORKAROUND(BOOST_MSVC, <= 1200) // Deal with ETI