| Index: test/cctest/test-weakmaps.cc | 
| diff --git a/test/cctest/test-weakmaps.cc b/test/cctest/test-weakmaps.cc | 
| index 2d0e620d7d226eaa73d6c9bf9f67e7bbc13212ef..2d759ddc8f6bbeaa5cc41f7fb47bf499bdfd7028 100644 | 
| --- a/test/cctest/test-weakmaps.cc | 
| +++ b/test/cctest/test-weakmaps.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" | 
|  | 
|  |