| Index: src/interpreter/bytecode-pipeline.h
|
| diff --git a/src/interpreter/bytecode-pipeline.h b/src/interpreter/bytecode-pipeline.h
|
| index ee458f6f25cd56ae5624ddfad824174b05f83008..f4e62734707721379288ba08141cb1b81f0e16f8 100644
|
| --- a/src/interpreter/bytecode-pipeline.h
|
| +++ b/src/interpreter/bytecode-pipeline.h
|
| @@ -6,7 +6,9 @@
|
| #define V8_INTERPRETER_BYTECODE_PIPELINE_H_
|
|
|
| #include "src/interpreter/bytecode-register-allocator.h"
|
| +#include "src/interpreter/bytecode-register.h"
|
| #include "src/interpreter/bytecodes.h"
|
| +#include "src/objects.h"
|
| #include "src/zone-containers.h"
|
|
|
| namespace v8 {
|
|
|