Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / algorithm / cxx11 / is_permutation.hpp
index 0098cd5..31eac93 100644 (file)
@@ -17,6 +17,7 @@
 #include <functional>   // for std::equal_to
 #include <iterator>
 
+#include <boost/config.hpp>
 #include <boost/range/begin.hpp>
 #include <boost/range/end.hpp>
 #include <boost/utility/enable_if.hpp>