Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / algorithm / cxx11 / copy_n.hpp
index e4bebd0..a0130fa 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef BOOST_ALGORITHM_COPY_N_HPP
 #define BOOST_ALGORITHM_COPY_N_HPP
 
+#include <boost/config.hpp>
+
 namespace boost { namespace algorithm {
 
 /// \fn copy_n ( InputIterator first, Size n, OutputIterator result )