Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / algorithm / cxx14 / is_permutation.hpp
index 639446b..e889347 100644 (file)
@@ -16,6 +16,7 @@
 #include <functional>   // for std::equal_to
 #include <iterator>
 
+#include <boost/config.hpp>
 #include <boost/algorithm/cxx11/is_permutation.hpp>
 #include <boost/algorithm/cxx14/mismatch.hpp>