Merge pull request #75 from vgvassilev/patch-1

Add missing includes
This commit is contained in:
Marshall Clow
2020-07-18 06:44:49 -07:00
committed by GitHub

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 {