Index: test/cctest/test-identity-map.cc |
diff --git a/test/cctest/test-identity-map.cc b/test/cctest/test-identity-map.cc |
index 7906bf14f1b8bd81d0bcc7d9dc4522e84db92c17..bf07b033db571b39286cf697d44056803d2e5996 100644 |
--- a/test/cctest/test-identity-map.cc |
+++ b/test/cctest/test-identity-map.cc |
@@ -6,6 +6,7 @@ |
#include "src/identity-map.h" |
#include "src/isolate.h" |
#include "src/objects.h" |
+#include "src/zone/zone.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" |
@@ -14,7 +15,6 @@ |
// src/type-feedback-vector-inl.h |
#include "src/type-feedback-vector-inl.h" |
#include "src/v8.h" |
-#include "src/zone.h" |
#include "test/cctest/cctest.h" |
namespace v8 { |