Fix some test failures in Boost.Algorithm

[SVN r77070]
This commit is contained in:
Marshall Clow
2012-02-18 17:26:08 +00:00
parent 43c01ff2bc
commit f023127c99
2 changed files with 11 additions and 9 deletions

View File

@ -12,6 +12,8 @@
#ifndef BOOST_ALGORITHM_PARTITION_COPY_HPP
#define BOOST_ALGORITHM_PARTITION_COPY_HPP
#include <utility> // for make_pair
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>