Chromium Code Reviews| Index: src/bignum-dtoa.h |
| diff --git a/src/bignum-dtoa.h b/src/bignum-dtoa.h |
| index fc160aecd4f3518c5b8d06ddf06136bba548ce6b..d42801bd69b7564e2fffc76dabe494613dd80053 100644 |
| --- a/src/bignum-dtoa.h |
| +++ b/src/bignum-dtoa.h |
| @@ -5,6 +5,8 @@ |
| #ifndef V8_BIGNUM_DTOA_H_ |
| #define V8_BIGNUM_DTOA_H_ |
| +#include "src/vector.h" |
| + |
| namespace v8 { |
| namespace internal { |