| Index: test/cctest/test-transitions.cc
|
| diff --git a/test/cctest/test-transitions.cc b/test/cctest/test-transitions.cc
|
| index b7eb50f1c954d1c4a8272c613f06aeb32325c50e..2f009000575ba7ee445d9bf7d7e71921ad0f8126 100644
|
| --- a/test/cctest/test-transitions.cc
|
| +++ b/test/cctest/test-transitions.cc
|
| @@ -12,6 +12,10 @@
|
| #include "src/factory.h"
|
| #include "src/field-type.h"
|
| #include "src/global-handles.h"
|
| +// FIXME(mstarzinger, marja): This is weird, but required because of the missing
|
| +// (disallowed) include: src/field-type.h -> src/objects-inl.h
|
| +#include "src/objects-inl.h"
|
| +#include "src/transitions.h"
|
| #include "test/cctest/cctest.h"
|
|
|
| using namespace v8::internal;
|
|
|