Add include to algorithm.hpp; this was causing a failure on MSVC 8.0

This commit is contained in:
Marshall Clow
2015-09-29 07:20:16 -07:00
parent 7a2ae62f22
commit 1085f31e7e

View File

@ -17,6 +17,8 @@
#ifndef BOOST_ALGORITHM_HPP
#define BOOST_ALGORITHM_HPP
#include <functional> // for plus and multiplies
#include <boost/utility/enable_if.hpp> // for boost::disable_if
#include <boost/type_traits/is_integral.hpp>