| Index: test/cctest/test-array-list.cc
|
| diff --git a/test/cctest/test-array-list.cc b/test/cctest/test-array-list.cc
|
| index abcbf110e7c3ddf26f9d36c405076b43f32f7ad5..9f2970dd6c6c2279f3094a8b8bc505a91512e84f 100644
|
| --- a/test/cctest/test-array-list.cc
|
| +++ b/test/cctest/test-array-list.cc
|
| @@ -7,6 +7,13 @@
|
| #include "src/v8.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"
|
|
|
| namespace {
|
|
|