From 26bf1d68be8c1baaaf288ec8e8b1b9d7ab226efa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Fri, 15 Jan 2021 18:04:58 +0100 Subject: [PATCH] Add missing header for std::pair usage --- include/boost/container/detail/multiallocation_chain.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/container/detail/multiallocation_chain.hpp b/include/boost/container/detail/multiallocation_chain.hpp index 20f588f..1031de2 100644 --- a/include/boost/container/detail/multiallocation_chain.hpp +++ b/include/boost/container/detail/multiallocation_chain.hpp @@ -31,6 +31,7 @@ // intrusive #include #include +#include // move #include