| Index: test/cctest/compiler/test-js-typed-lowering.cc
|
| diff --git a/test/cctest/compiler/test-js-typed-lowering.cc b/test/cctest/compiler/test-js-typed-lowering.cc
|
| index aa124d34ef380db7e6c61dd88f58e185054f0ce0..604e696ab53efd0f74510e678a051a3a7c6afee9 100644
|
| --- a/test/cctest/compiler/test-js-typed-lowering.cc
|
| +++ b/test/cctest/compiler/test-js-typed-lowering.cc
|
| @@ -11,6 +11,13 @@
|
| #include "src/compiler/operator-properties.h"
|
| #include "src/compiler/simplified-operator.h"
|
| #include "src/compiler/typer.h"
|
| +#include "src/factory.h"
|
| +#include "src/isolate.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"
|
|
|
| namespace v8 {
|
|
|