From 2db78eec90f46918f0ebd5a4f0694529f606300b Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 18 May 2012 04:44:04 +0000 Subject: [PATCH] Replace all uses of boost/utility.hpp with more-granular includes. Solves modularization dependency nightmare. [SVN r78502] --- include/boost/iterator/reverse_iterator.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/iterator/reverse_iterator.hpp b/include/boost/iterator/reverse_iterator.hpp index 97b6b48..79cc7f2 100644 --- a/include/boost/iterator/reverse_iterator.hpp +++ b/include/boost/iterator/reverse_iterator.hpp @@ -7,8 +7,8 @@ #ifndef BOOST_REVERSE_ITERATOR_23022003THW_HPP #define BOOST_REVERSE_ITERATOR_23022003THW_HPP +#include #include -#include #include namespace boost