Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / algorithm / cxx17 / transform_reduce.hpp
index 8696384..1bef5d1 100644 (file)
@@ -15,6 +15,7 @@
 #include <functional>     // for std::plus
 #include <iterator>       // for std::iterator_traits
 
+#include <boost/config.hpp>
 #include <boost/range/begin.hpp>
 #include <boost/range/end.hpp>
 #include <boost/range/value_type.hpp>