Added missing includes of <algorithm>, thanks to Michel Morin for the catch

[SVN r78466]
This commit is contained in:
Marshall Clow
2012-05-14 04:58:22 +00:00
parent 1aa1944636
commit fae48250b4
5 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,7 @@
#ifndef BOOST_ALGORITHM_PARTITION_COPY_HPP
#define BOOST_ALGORITHM_PARTITION_COPY_HPP
#include <algorithm> // for std::partition_copy, if available
#include <utility> // for make_pair
#include <boost/range/begin.hpp>