Index: src/strtod.cc |
diff --git a/src/strtod.cc b/src/strtod.cc |
index b32abd97d7929ef83d6e4765b5feea7970ba48be..c89c8f33397c0b4b13cdf24021db1835949ebdde 100644 |
--- a/src/strtod.cc |
+++ b/src/strtod.cc |
@@ -26,14 +26,11 @@ |
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
#include <stdarg.h> |
+#include <math.h> |
#include <limits> |
-#ifndef V8_INFINITY |
-#define V8_INFINITY std::numeric_limits<double>::infinity() |
-#endif |
- |
+#include "globals.h" |
#include "utils.h" |
- |
#include "strtod.h" |
#include "bignum.h" |
#include "cached-powers.h" |