forked from boostorg/config
Added missing <algorithm> include - fixes some problems when mixing boost with windows headers.
[SVN r21426]
This commit is contained in:
@@ -52,6 +52,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef BOOST_MSVC
|
#ifdef BOOST_MSVC
|
||||||
|
#include <algorithm> // for existing std::min and std::max
|
||||||
namespace std{
|
namespace std{
|
||||||
// Apparently, something in the Microsoft libraries requires the "long"
|
// Apparently, something in the Microsoft libraries requires the "long"
|
||||||
// overload, because it calls the min/max functions with arguments of
|
// overload, because it calls the min/max functions with arguments of
|
||||||
|
Reference in New Issue
Block a user