| Index: test/cctest/test-weaksets.cc
|
| diff --git a/test/cctest/test-weaksets.cc b/test/cctest/test-weaksets.cc
|
| index ec6945aec7596061eb10d14f4734d691179e48d8..ebd22d0c890b6d407faf12a7a4ce23438c04397b 100644
|
| --- a/test/cctest/test-weaksets.cc
|
| +++ b/test/cctest/test-weaksets.cc
|
| @@ -29,7 +29,16 @@
|
|
|
| #include "src/v8.h"
|
|
|
| +#include "src/factory.h"
|
| #include "src/global-handles.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"
|
| +// 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/heap/heap-utils.h"
|
|
|
|
|