| Index: test/cctest/compiler/value-helper.h
|
| diff --git a/test/cctest/compiler/value-helper.h b/test/cctest/compiler/value-helper.h
|
| index 7b8fcc60eb1ee3a994fc14791cbebcd4f5e3502f..51ccc59556864203fbeaf06d4ab5a7d95c84cf08 100644
|
| --- a/test/cctest/compiler/value-helper.h
|
| +++ b/test/cctest/compiler/value-helper.h
|
| @@ -5,13 +5,14 @@
|
| #ifndef V8_CCTEST_COMPILER_VALUE_HELPER_H_
|
| #define V8_CCTEST_COMPILER_VALUE_HELPER_H_
|
|
|
| +#include "src/v8.h"
|
| +
|
| #include "src/compiler/common-operator.h"
|
| #include "src/compiler/node.h"
|
| #include "src/compiler/node-matchers.h"
|
| #include "src/isolate.h"
|
| #include "src/objects.h"
|
| #include "test/cctest/cctest.h"
|
| -#include "v8.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|