From 688d1bc41850fd20d85833dd86b907be7dbc7f14 Mon Sep 17 00:00:00 2001 From: Neil Groves Date: Sat, 31 Jan 2015 13:31:33 +0000 Subject: [PATCH] Update inclusion of polymorphic_cast.hpp to cat.hpp --- include/boost/range/detail/any_iterator_wrapper.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/range/detail/any_iterator_wrapper.hpp b/include/boost/range/detail/any_iterator_wrapper.hpp index bcd9b7f..c542d39 100644 --- a/include/boost/range/detail/any_iterator_wrapper.hpp +++ b/include/boost/range/detail/any_iterator_wrapper.hpp @@ -10,7 +10,7 @@ #ifndef BOOST_RANGE_DETAIL_ANY_ITERATOR_WRAPPER_HPP_INCLUDED #define BOOST_RANGE_DETAIL_ANY_ITERATOR_WRAPPER_HPP_INCLUDED -#include +#include #include #include #include