Chromium Code Reviews| Index: src/builtins.h |
| diff --git a/src/builtins.h b/src/builtins.h |
| index cf90aacf894182ca8dd7b1482a36479fa0da6081..8f1aaa5bb5a5ddabe17f20a3b71307893b493b48 100644 |
| --- a/src/builtins.h |
| +++ b/src/builtins.h |
| @@ -5,6 +5,8 @@ |
| #ifndef V8_BUILTINS_H_ |
| #define V8_BUILTINS_H_ |
| +#include "src/handles.h" |
| + |
| namespace v8 { |
| namespace internal { |