| Index: src/compiler/code-generator-impl.h
|
| diff --git a/src/compiler/code-generator-impl.h b/src/compiler/code-generator-impl.h
|
| index 92d3b0523f88fd7449146bafb2239c9aa1c881df..0be26269a318f917adc0a693398730ff7ea73142 100644
|
| --- a/src/compiler/code-generator-impl.h
|
| +++ b/src/compiler/code-generator-impl.h
|
| @@ -5,10 +5,12 @@
|
| #ifndef V8_COMPILER_CODE_GENERATOR_IMPL_H_
|
| #define V8_COMPILER_CODE_GENERATOR_IMPL_H_
|
|
|
| +#include "src/code-stubs.h"
|
| #include "src/compiler/code-generator.h"
|
| #include "src/compiler/instruction.h"
|
| #include "src/compiler/linkage.h"
|
| #include "src/compiler/opcodes.h"
|
| +#include "src/macro-assembler.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|