| Index: test/cctest/test-types.cc
|
| diff --git a/test/cctest/test-types.cc b/test/cctest/test-types.cc
|
| index 83191688a3a5374e464f8cdd4f9297bf7564bdfc..f8715610808f3206dcc908e51a56ce7a5b2c51f4 100644
|
| --- a/test/cctest/test-types.cc
|
| +++ b/test/cctest/test-types.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include <vector>
|
|
|
| +#include "src/compiler/types.h"
|
| #include "src/crankshaft/hydrogen-types.h"
|
| #include "src/factory.h"
|
| #include "src/heap/heap.h"
|
| @@ -11,7 +12,6 @@
|
| // 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/types.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
|
| @@ -20,6 +20,7 @@
|
| #include "test/cctest/types-fuzz.h"
|
|
|
| using namespace v8::internal;
|
| +using namespace v8::internal::compiler;
|
|
|
| namespace {
|
|
|
|
|