| Index: test/cctest/test-simd.cc
|
| diff --git a/test/cctest/test-simd.cc b/test/cctest/test-simd.cc
|
| index 1f412affba8d0e747eb445a30cee3c7f28eaab34..9f0195de1e5bd927696f83fe74837e937c169dda 100644
|
| --- a/test/cctest/test-simd.cc
|
| +++ b/test/cctest/test-simd.cc
|
| @@ -4,8 +4,17 @@
|
|
|
| #include "src/v8.h"
|
|
|
| +#include "src/factory.h"
|
| +#include "src/isolate.h"
|
| #include "src/objects.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"
|
| #include "src/ostreams.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"
|
|
|
| using namespace v8::internal;
|
|
|