From 1085f31e7e01f22b907c0bcd9929fe830d1c45b7 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 29 Sep 2015 07:20:16 -0700 Subject: [PATCH] Add include to algorithm.hpp; this was causing a failure on MSVC 8.0 --- include/boost/algorithm/algorithm.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/algorithm/algorithm.hpp b/include/boost/algorithm/algorithm.hpp index 0cf6c45..a3a6bee 100644 --- a/include/boost/algorithm/algorithm.hpp +++ b/include/boost/algorithm/algorithm.hpp @@ -17,6 +17,8 @@ #ifndef BOOST_ALGORITHM_HPP #define BOOST_ALGORITHM_HPP +#include // for plus and multiplies + #include // for boost::disable_if #include