Index: test/cctest/compiler/test-js-constant-cache.cc |
diff --git a/test/cctest/compiler/test-js-constant-cache.cc b/test/cctest/compiler/test-js-constant-cache.cc |
index 3b8f3f982b986a1247139a5e96104f215c906b7c..24107b88ea7a8938289659b4345dbbe56ac44fd6 100644 |
--- a/test/cctest/compiler/test-js-constant-cache.cc |
+++ b/test/cctest/compiler/test-js-constant-cache.cc |
@@ -5,6 +5,14 @@ |
#include "src/assembler.h" |
#include "src/compiler/js-graph.h" |
#include "src/compiler/node-properties.h" |
+#include "src/factory.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" |
#include "test/cctest/cctest.h" |
#include "test/cctest/compiler/value-helper.h" |