From e32933003199f17cdc113b2ec04a2b9d5256170a Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Sun, 10 May 2020 19:39:21 +0300 Subject: [PATCH] Avoid using deprecated header iterator.hpp is marked deprecated and is going to be removed in a future release. Replace it with to avoid deprecation warnings. --- include/boost/array.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/boost/array.hpp b/include/boost/array.hpp index 99dc2c6..a32d1e9 100644 --- a/include/boost/array.hpp +++ b/include/boost/array.hpp @@ -41,13 +41,12 @@ #endif #include +#include #include #include #include #include -// Handles broken standard libraries better than -#include #include #include