Added missing <algorithm> include - fixes some problems when mixing boost with windows headers.

[SVN r21426]
This commit is contained in:
John Maddock
2003-12-30 12:10:03 +00:00
parent 95117e938e
commit 570538a303

View File

@ -52,6 +52,7 @@
#endif
#ifdef BOOST_MSVC
#include <algorithm> // for existing std::min and std::max
namespace std{
// Apparently, something in the Microsoft libraries requires the "long"
// overload, because it calls the min/max functions with arguments of