| Index: src/full-codegen/mips64/full-codegen-mips64.cc
|
| diff --git a/src/full-codegen/mips64/full-codegen-mips64.cc b/src/full-codegen/mips64/full-codegen-mips64.cc
|
| index 12d0d765a8eb2dcb4ccd2349575c6a6fbd29c74b..8f0a83ce5e355efa1506bf942e53588a78b91639 100644
|
| --- a/src/full-codegen/mips64/full-codegen-mips64.cc
|
| +++ b/src/full-codegen/mips64/full-codegen-mips64.cc
|
| @@ -12,12 +12,14 @@
|
| // places where we have to move a previous result in v0 to a0 for the
|
| // next call: mov(a0, v0). This is not needed on the other architectures.
|
|
|
| +#include "src/full-codegen/full-codegen.h"
|
| #include "src/ast/scopes.h"
|
| #include "src/code-factory.h"
|
| #include "src/code-stubs.h"
|
| #include "src/codegen.h"
|
| +#include "src/compilation-info.h"
|
| +#include "src/compiler.h"
|
| #include "src/debug/debug.h"
|
| -#include "src/full-codegen/full-codegen.h"
|
| #include "src/ic/ic.h"
|
| #include "src/parsing/parser.h"
|
|
|
|
|