diff --git a/include/boost/iterator.hpp b/include/boost/iterator.hpp index d3844e7..a43cfe1 100644 --- a/include/boost/iterator.hpp +++ b/include/boost/iterator.hpp @@ -52,7 +52,7 @@ namespace boost template - struct iterator : detail::iterator_base {}; + struct iterator : boost::detail::iterator_base {}; # endif } // namespace boost