Add missing include

This patch allows the header to be built standalone, as part of clang C++ modules builds.
This commit is contained in:
Vassil Vassilev
2020-07-17 01:52:08 +03:00
committed by GitHub
parent 130e4da8cb
commit 4547b1a5fe

View File

@ -18,6 +18,8 @@
#include <boost/algorithm/string/detail/find_format_store.hpp>
#include <boost/algorithm/string/detail/replace_storage.hpp>
#include <deque>
namespace boost {
namespace algorithm {
namespace detail {