| Index: src/win32-math.cc
|
| diff --git a/src/win32-math.cc b/src/win32-math.cc
|
| index 60fc889a7d1e2db3aeef71de4e125d9e5eb77bfe..e0670b041eba3622c6e312242dd992cfc9683ddf 100644
|
| --- a/src/win32-math.cc
|
| +++ b/src/win32-math.cc
|
| @@ -8,7 +8,7 @@
|
| // (http://www.opengroup.org/onlinepubs/000095399/)
|
| #if defined(_MSC_VER) && (_MSC_VER < 1800)
|
|
|
| -#include "src/win32-headers.h"
|
| +#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 <cmath>
|
|
|