| Index: test/cctest/heap/test-spaces.cc
|
| diff --git a/test/cctest/heap/test-spaces.cc b/test/cctest/heap/test-spaces.cc
|
| index 2328518f2a68cd0a9bed0cef3ab8277a8e179892..818716a53dda21da98a30616fa9529f1086ba2d8 100644
|
| --- a/test/cctest/heap/test-spaces.cc
|
| +++ b/test/cctest/heap/test-spaces.cc
|
| @@ -28,6 +28,10 @@
|
| #include <stdlib.h>
|
|
|
| #include "src/base/platform/platform.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 "src/snapshot/snapshot.h"
|
| #include "src/v8.h"
|
| #include "test/cctest/cctest.h"
|
|
|