Index: src/strtod.h |
diff --git a/src/strtod.h b/src/strtod.h |
index f4ce731a17bded92829777b914204fa4ab43431f..737b5484c5ecbbccb3ab60a31eb4e63b04a70cc7 100644 |
--- a/src/strtod.h |
+++ b/src/strtod.h |
@@ -5,6 +5,8 @@ |
#ifndef V8_STRTOD_H_ |
#define V8_STRTOD_H_ |
+#include "src/vector.h" |
+ |
namespace v8 { |
namespace internal { |