Chromium Code Reviews| Index: src/fixed-dtoa.h |
| diff --git a/src/fixed-dtoa.h b/src/fixed-dtoa.h |
| index b6495c11ef11958545131d90fbba566f6b193961..0a6cb50818dc8f6afa390935dbfd0d4c003953d6 100644 |
| --- a/src/fixed-dtoa.h |
| +++ b/src/fixed-dtoa.h |
| @@ -5,6 +5,8 @@ |
| #ifndef V8_FIXED_DTOA_H_ |
| #define V8_FIXED_DTOA_H_ |
| +#include "src/vector.h" |
| + |
| namespace v8 { |
| namespace internal { |