| Index: src/win32-math.cc
|
| diff --git a/src/win32-math.cc b/src/win32-math.cc
|
| index e0670b041eba3622c6e312242dd992cfc9683ddf..1e34b8843b9d1f421f9a00f57d55f3b51a4ab3ec 100644
|
| --- a/src/win32-math.cc
|
| +++ b/src/win32-math.cc
|
| @@ -9,8 +9,8 @@
|
| #if defined(_MSC_VER) && (_MSC_VER < 1800)
|
|
|
| #include "src/base/win32-headers.h"
|
| -#include <limits.h> // Required for INT_MAX etc.
|
| #include <float.h> // Required for DBL_MAX and on Win32 for finite()
|
| +#include <limits.h> // Required for INT_MAX etc.
|
| #include <cmath>
|
| #include "src/win32-math.h"
|
|
|
|
|