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

@ -14,6 +14,7 @@
#ifndef BOOST_ALGORITHM_ANY_OF_HPP
#define BOOST_ALGORITHM_ANY_OF_HPP
#include <algorithm> // for std::any_of, if available
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>