Change <functional> include so that it still works when Boost.TR1 is in the include path.

[SVN r44506]
This commit is contained in:
John Maddock
2008-04-17 15:49:39 +00:00
parent 0936dbdd03
commit fe2d04e954

View File

@ -11,7 +11,7 @@
#define BOOST_FUNCTION_PROLOGUE_HPP
# include <cassert>
# include <algorithm>
# include <functional> // unary_function, binary_function
# include <boost/config/no_tr1/functional.hpp> // unary_function, binary_function
# include <boost/throw_exception.hpp>
# include <boost/config.hpp>
# include <boost/function/function_base.hpp>