| Index: test/cctest/heap/test-lab.cc
|
| diff --git a/test/cctest/heap/test-lab.cc b/test/cctest/heap/test-lab.cc
|
| index 5a0ff2fbc40f589e7015af8b50a6e44dc27d8ada..3730e4a58975db458049d6674fdad3470d9a697d 100644
|
| --- a/test/cctest/heap/test-lab.cc
|
| +++ b/test/cctest/heap/test-lab.cc
|
| @@ -8,6 +8,9 @@
|
| #include "src/heap/heap.h"
|
| #include "src/heap/spaces.h"
|
| #include "src/heap/spaces-inl.h"
|
| +// FIXME(mstarzinger, marja): This is weird, but required because of the missing
|
| +// (disallowed) include: src/heap/incremental-marking.h -> src/objects-inl.h
|
| +#include "src/objects-inl.h"
|
| #include "test/cctest/cctest.h"
|
|
|
| namespace v8 {
|
|
|