| 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 e965a0760b67ec014041d314389caea543855533..3b36220df209f44f12735cfc1026f6281d06cec4 100644
|
| --- a/src/full-codegen/ppc/full-codegen-ppc.cc
|
| +++ b/src/full-codegen/ppc/full-codegen-ppc.cc
|
| @@ -5,6 +5,7 @@
|
| #if V8_TARGET_ARCH_PPC
|
|
|
| #include "src/full-codegen/full-codegen.h"
|
| +#include "src/ast/compile-time-value.h"
|
| #include "src/ast/scopes.h"
|
| #include "src/code-factory.h"
|
| #include "src/code-stubs.h"
|
| @@ -13,7 +14,6 @@
|
| #include "src/compiler.h"
|
| #include "src/debug/debug.h"
|
| #include "src/ic/ic.h"
|
| -#include "src/parsing/parser.h"
|
|
|
| #include "src/ppc/code-stubs-ppc.h"
|
| #include "src/ppc/macro-assembler-ppc.h"
|
|
|