Index: src/ic/x64/handler-compiler-x64.cc |
diff --git a/src/ic/x64/handler-compiler-x64.cc b/src/ic/x64/handler-compiler-x64.cc |
index 85f0973e16a931d7f81463892ce0088cdcead9d3..ac3dd9a36748190297e4fe3dcca7d86ddc58d38b 100644 |
--- a/src/ic/x64/handler-compiler-x64.cc |
+++ b/src/ic/x64/handler-compiler-x64.cc |
@@ -4,8 +4,10 @@ |
#if V8_TARGET_ARCH_X64 |
-#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" |