| Index: src/ic/x87/handler-compiler-x87.cc
|
| diff --git a/src/ic/x87/handler-compiler-x87.cc b/src/ic/x87/handler-compiler-x87.cc
|
| index 353689e4ea0e4c9f52a8a03221ccbcf177ebb923..1b25f063473f6d8480232869c58540ac7af281ba 100644
|
| --- a/src/ic/x87/handler-compiler-x87.cc
|
| +++ b/src/ic/x87/handler-compiler-x87.cc
|
| @@ -4,8 +4,10 @@
|
|
|
| #if V8_TARGET_ARCH_X87
|
|
|
| -#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"
|
|
|
|
|