From 49a028bfe98f6e5c8e9ebfc2ff91201179aae2da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Wed, 24 Aug 2022 14:47:51 +0200 Subject: [PATCH] Add missing iterator_to_raw_pointer include --- include/boost/container/stable_vector.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/container/stable_vector.hpp b/include/boost/container/stable_vector.hpp index 0c93f98..219dfdd 100644 --- a/include/boost/container/stable_vector.hpp +++ b/include/boost/container/stable_vector.hpp @@ -57,6 +57,7 @@ #include // move/detail #include +#include // other #include #include