From cae7d2c30636f2e5bc90d95428603fd93d905eb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sun, 26 Oct 2025 22:22:36 +0100 Subject: [PATCH] Add missing include --- include/boost/container/detail/operator_new_helpers.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/container/detail/operator_new_helpers.hpp b/include/boost/container/detail/operator_new_helpers.hpp index 641a7d0..79d7f37 100644 --- a/include/boost/container/detail/operator_new_helpers.hpp +++ b/include/boost/container/detail/operator_new_helpers.hpp @@ -19,6 +19,7 @@ #endif #include +#include namespace boost { namespace container {