aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/src/fixed-dtoa.cc
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-09-08 16:03:35 -0700
committerRyan Dahl <ry@tinyclouds.org>2011-09-08 16:11:20 -0700
commit03c2f62020e231db8be078d33e836cbe7e015460 (patch)
tree976bbdb9a68710c6684e24106beff768132e6041 /deps/v8/src/fixed-dtoa.cc
parent0a127d6a694f2928f91d2ed51ef85a65768fdad3 (diff)
downloadandroid-node-v8-03c2f62020e231db8be078d33e836cbe7e015460.tar.gz
android-node-v8-03c2f62020e231db8be078d33e836cbe7e015460.tar.bz2
android-node-v8-03c2f62020e231db8be078d33e836cbe7e015460.zip
Upgrade V8 to 3.6.2
Diffstat (limited to 'deps/v8/src/fixed-dtoa.cc')
-rw-r--r--deps/v8/src/fixed-dtoa.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/deps/v8/src/fixed-dtoa.cc b/deps/v8/src/fixed-dtoa.cc
index 8ad88f6528..1fd974c3e2 100644
--- a/deps/v8/src/fixed-dtoa.cc
+++ b/deps/v8/src/fixed-dtoa.cc
@@ -1,4 +1,4 @@
-// Copyright 2010 the V8 project authors. All rights reserved.
+// Copyright 2011 the V8 project authors. All rights reserved.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
@@ -27,7 +27,9 @@
#include <math.h>
-#include "v8.h"
+#include "../include/v8stdint.h"
+#include "checks.h"
+#include "utils.h"
#include "double.h"
#include "fixed-dtoa.h"