From 570538a303d638274eabc1655defacee50070e01 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 30 Dec 2003 12:10:03 +0000 Subject: [PATCH] Added missing include - fixes some problems when mixing boost with windows headers. [SVN r21426] --- include/boost/config/platform/win32.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/config/platform/win32.hpp b/include/boost/config/platform/win32.hpp index 6ebad896..4468e3b6 100644 --- a/include/boost/config/platform/win32.hpp +++ b/include/boost/config/platform/win32.hpp @@ -52,6 +52,7 @@ #endif #ifdef BOOST_MSVC +#include // 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