Index: test/cctest/heap/test-compaction.cc |
diff --git a/test/cctest/heap/test-compaction.cc b/test/cctest/heap/test-compaction.cc |
index f61f7e1c41b8cba310f0aa610402017b6df50630..5920835722dc25398b671233d30936c61f14f278 100644 |
--- a/test/cctest/heap/test-compaction.cc |
+++ b/test/cctest/heap/test-compaction.cc |
@@ -2,6 +2,16 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include "src/factory.h" |
+#include "src/heap/mark-compact.h" |
+#include "src/isolate.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/heap/heap-tester.h" |
#include "test/cctest/heap/heap-utils.h" |