| Index: test/cctest/compiler/test-run-jsobjects.cc
|
| diff --git a/test/cctest/compiler/test-run-jsobjects.cc b/test/cctest/compiler/test-run-jsobjects.cc
|
| index 80a918134fad00b3e7eacdf5c144de8e0cc09427..338e0e27d3e1bb763743602e5e5f3535e48bf06c 100644
|
| --- a/test/cctest/compiler/test-run-jsobjects.cc
|
| +++ b/test/cctest/compiler/test-run-jsobjects.cc
|
| @@ -2,6 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#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"
|
| +// 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/compiler/function-tester.h"
|
|
|
| namespace v8 {
|
|
|