Chromium Code Reviews| Index: src/interpreter/bytecode-array-iterator.h |
| diff --git a/src/interpreter/bytecode-array-iterator.h b/src/interpreter/bytecode-array-iterator.h |
| index 90001ef293d5f630fe8132a782bd57253187e288..0f7c6c7df98dad57db3054ebb7d87bad320a9d0d 100644 |
| --- a/src/interpreter/bytecode-array-iterator.h |
| +++ b/src/interpreter/bytecode-array-iterator.h |
| @@ -6,6 +6,7 @@ |
| #define V8_INTERPRETER_BYTECODE_ARRAY_ITERATOR_H_ |
| #include "src/handles.h" |
| +#include "src/interpreter/bytecode-register.h" |
| #include "src/interpreter/bytecodes.h" |
| #include "src/objects.h" |
| #include "src/runtime/runtime.h" |