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 11:06:33 +03:00
committed by GitHub
parent 1634b819b3
commit 49d284392c

View File

@ -13,10 +13,12 @@
#include <boost/algorithm/string/config.hpp>
#include <algorithm>
#include <cstring>
#include <functional>
#include <locale>
#include <boost/range/begin.hpp>
#include <boost/range/distance.hpp>
#include <boost/range/end.hpp>
#include <boost/algorithm/string/predicate_facade.hpp>