| Index: test/cctest/test-types.cc
|
| diff --git a/test/cctest/test-types.cc b/test/cctest/test-types.cc
|
| index 7b7706febf6c5107420ac009b8ceeb5ccfe17848..f6cdb26c504b2f915a36cc0ed3d04e2a77450b92 100644
|
| --- a/test/cctest/test-types.cc
|
| +++ b/test/cctest/test-types.cc
|
| @@ -5,7 +5,17 @@
|
| #include <vector>
|
|
|
| #include "src/crankshaft/hydrogen-types.h"
|
| +#include "src/factory.h"
|
| +#include "src/heap/heap.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"
|
| #include "src/types.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/types-fuzz.h"
|
|
|
|
|