diff --git a/include/boost/iterator/iterator_concepts.hpp b/include/boost/iterator/iterator_concepts.hpp index d7e0ee1..211baba 100644 --- a/include/boost/iterator/iterator_concepts.hpp +++ b/include/boost/iterator/iterator_concepts.hpp @@ -13,7 +13,7 @@ #include #include -#include +#include #include // Use boost::detail::iterator_traits to work around some MSVC/Dinkumware problems. @@ -93,8 +93,7 @@ namespace boost_concepts { static_assert_base_and_derived(); - BOOST_STATIC_ASSERT((boost::is_same::value)); + BOOST_STATIC_ASSERT((boost::is_same::value)); reference v = *i; boost::ignore_unused_variable_warning(v);