From 6776ffa8e8c2214594da63fc8aeb8c1c28761bc4 Mon Sep 17 00:00:00 2001 From: Mike-Devel Date: Thu, 19 Nov 2020 14:25:21 +0100 Subject: [PATCH] Replace incldue of outdated boost/cast.hpp header - Instead include `boost/polymorphic_cast.hpp` directly. - This replaces the direct dependency of Boost.Range on Boost.NumericConversion with a direct dependency on Boost.Conversion --- 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 c542d39..bcd9b7f 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