From 9a02b10067530d7839c597b4cd51dd4feaabe22d Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 20 Apr 2003 02:40:43 +0000 Subject: [PATCH] rationalize config [SVN r1165] --- include/boost/iterator/iterator_categories.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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