Index: test/cctest/test-code-layout.cc |
diff --git a/test/cctest/test-code-layout.cc b/test/cctest/test-code-layout.cc |
index a88c8783e6d947fa45d243d60d71de840e9567c5..7e80dd64173b9b2b13c7cf1914cf41a40dc59c3e 100644 |
--- a/test/cctest/test-code-layout.cc |
+++ b/test/cctest/test-code-layout.cc |
@@ -2,7 +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/isolate.h" |
#include "src/objects.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" |
using namespace v8::internal; |