Chromium Code Reviews| Index: src/fast-dtoa.h |
| diff --git a/src/fast-dtoa.h b/src/fast-dtoa.h |
| index d96c296f157a34e1bf654fe40f89f087526f3c15..38e8a82499567c9f20d49fa94e7818ee8b038d6d 100644 |
| --- a/src/fast-dtoa.h |
| +++ b/src/fast-dtoa.h |
| @@ -5,6 +5,8 @@ |
| #ifndef V8_FAST_DTOA_H_ |
| #define V8_FAST_DTOA_H_ |
| +#include "src/vector.h" |
| + |
| namespace v8 { |
| namespace internal { |