| Index: src/full-codegen/ppc/full-codegen-ppc.cc
|
| diff --git a/src/full-codegen/ppc/full-codegen-ppc.cc b/src/full-codegen/ppc/full-codegen-ppc.cc
|
| index 51f5ff896839f15beebb2b6dce81dd516c7e250a..147fd49dc37c732e82fe72413a2716f938b96cc5 100644
|
| --- a/src/full-codegen/ppc/full-codegen-ppc.cc
|
| +++ b/src/full-codegen/ppc/full-codegen-ppc.cc
|
| @@ -4,12 +4,14 @@
|
|
|
| #if V8_TARGET_ARCH_PPC
|
|
|
| +#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"
|
|
|
|
|