Add missing includes

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 08:16:46 +03:00
committed by GitHub
parent 1634b819b3
commit 68100d9198

View File

@ -15,6 +15,9 @@
#include <locale>
#include <functional>
#include <boost/iterator/transform_iterator.hpp>
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>
#include <boost/type_traits/make_unsigned.hpp>
namespace boost {