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