Index: src/conversions-inl.h |
diff --git a/src/conversions-inl.h b/src/conversions-inl.h |
index 27fed95eb5919e2f229f3d7da4904f8c43c48c03..4087bb87a616ee265b4c19f3a9016aa1a2a9176f 100644 |
--- a/src/conversions-inl.h |
+++ b/src/conversions-inl.h |
@@ -5,8 +5,8 @@ |
#ifndef V8_CONVERSIONS_INL_H_ |
#define V8_CONVERSIONS_INL_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 <stdarg.h> |
#include <cmath> |
#include "src/globals.h" // Required for V8_INFINITY |