Index: src/ast/context-slot-cache.cc |
diff --git a/src/ast/context-slot-cache.cc b/src/ast/context-slot-cache.cc |
index 43bd6d6b19205b9be5f909275e06691f0558b299..b1387e10f560416b2a4676ecd6b6ce9eeaff25d2 100644 |
--- a/src/ast/context-slot-cache.cc |
+++ b/src/ast/context-slot-cache.cc |
@@ -8,6 +8,13 @@ |
#include "src/ast/scopes.h" |
#include "src/bootstrapper.h" |
+// FIXME(mstarzinger, marja): This is weird, but required because of the missing |
+// (disallowed) include: src/factory.h -> src/objects-inl.h |
+#include "src/objects-inl.h" |
+// FIXME(mstarzinger, marja): This is weird, but required because of the missing |
+// (disallowed) include: src/type-feedback-vector.h -> |
+// src/type-feedback-vector-inl.h |
+#include "src/type-feedback-vector-inl.h" |
namespace v8 { |
namespace internal { |