From 2f9f3831efa19ba3035e17699eeb9faa115b36d9 Mon Sep 17 00:00:00 2001 From: Lucas Camolezi Date: Tue, 25 Aug 2020 15:15:59 -0300 Subject: [PATCH] Add missing include Allow this header file to be built standalone, in a clang C++ modules context. --- include/boost/container/detail/compare_functors.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/container/detail/compare_functors.hpp b/include/boost/container/detail/compare_functors.hpp index 21f222b..6478418 100644 --- a/include/boost/container/detail/compare_functors.hpp +++ b/include/boost/container/detail/compare_functors.hpp @@ -20,6 +20,7 @@ #endif #include +#include namespace boost { namespace container {