From 9ac89e9936b826c13e90611cb9a81a7aa0508d20 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Sun, 30 Mar 2025 21:45:49 -0400 Subject: [PATCH] Add include for add_const Signed-off-by: Michael Cho --- include/boost/range/detail/any_iterator_interface.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/range/detail/any_iterator_interface.hpp b/include/boost/range/detail/any_iterator_interface.hpp index 1103be6c..79e71dbd 100644 --- a/include/boost/range/detail/any_iterator_interface.hpp +++ b/include/boost/range/detail/any_iterator_interface.hpp @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include