| Index: src/ic/ppc/handler-compiler-ppc.cc
|
| diff --git a/src/ic/ppc/handler-compiler-ppc.cc b/src/ic/ppc/handler-compiler-ppc.cc
|
| index 830626b1040f967c66e04db2ea0d76e89b300046..6e7d78afd3ef315a75899cc95339680d9be31751 100644
|
| --- a/src/ic/ppc/handler-compiler-ppc.cc
|
| +++ b/src/ic/ppc/handler-compiler-ppc.cc
|
| @@ -4,8 +4,10 @@
|
|
|
| #if V8_TARGET_ARCH_PPC
|
|
|
| -#include "src/ic/call-optimization.h"
|
| #include "src/ic/handler-compiler.h"
|
| +
|
| +#include "src/field-type.h"
|
| +#include "src/ic/call-optimization.h"
|
| #include "src/ic/ic.h"
|
| #include "src/isolate-inl.h"
|
|
|
|
|