From e77b02d3f9eb3b591690c253ab239fc963bb024d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Thu, 4 Jun 2026 13:23:14 +0200 Subject: [PATCH] Fixes #338 ("uses_allocator_construction.hpp: missing include .../config_end.hpp") --- include/boost/container/uses_allocator_construction.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/container/uses_allocator_construction.hpp b/include/boost/container/uses_allocator_construction.hpp index 6502232..abc9430 100644 --- a/include/boost/container/uses_allocator_construction.hpp +++ b/include/boost/container/uses_allocator_construction.hpp @@ -95,4 +95,6 @@ BOOST_MOVE_ITERATE_0TO9(BOOST_CONTAINER_USES_ALLOCATOR_CONSTRUCTION_CODE) }} //namespace boost::container +#include + #endif //BOOST_CONTAINER_USES_ALLOCATOR_CONSTRUCTION_HPP