Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / algorithm / cxx17 / inclusive_scan.hpp
index 5c60c39..5781267 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>