diff --git a/include/boost/iterator/iterator_categories.hpp b/include/boost/iterator/iterator_categories.hpp index fd96d21..94489b4 100644 --- a/include/boost/iterator/iterator_categories.hpp +++ b/include/boost/iterator/iterator_categories.hpp @@ -31,6 +31,8 @@ #include +#include // must be last #include + #if BOOST_WORKAROUND(__MWERKS__, <=0x2407) # define BOOST_NO_IS_CONVERTIBLE // "Convertible does not provide enough/is not working" #endif @@ -336,6 +338,6 @@ namespace boost { } // namespace boost -#undef BOOST_NO_IS_CONVERTIBLE +#include #endif // BOOST_ITERATOR_CATEGORIES_HPP