From 4547b1a5fe3ac78779f8fc675eba3d94da686908 Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Fri, 17 Jul 2020 01:52:08 +0300 Subject: [PATCH] Add missing include This patch allows the header to be built standalone, as part of clang C++ modules builds. --- include/boost/algorithm/string/detail/find_format_all.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/algorithm/string/detail/find_format_all.hpp b/include/boost/algorithm/string/detail/find_format_all.hpp index 52930c8..311fa26 100644 --- a/include/boost/algorithm/string/detail/find_format_all.hpp +++ b/include/boost/algorithm/string/detail/find_format_all.hpp @@ -18,6 +18,8 @@ #include #include +#include + namespace boost { namespace algorithm { namespace detail {