| Index: test/cctest/compiler/test-run-bytecode-graph-builder.cc
|
| diff --git a/test/cctest/compiler/test-run-bytecode-graph-builder.cc b/test/cctest/compiler/test-run-bytecode-graph-builder.cc
|
| index 735cb197b569f9dbc79ad86e5e74904b22b57ab7..446b5e7d5fa58aeaf442a5818eaac91923f319ad 100644
|
| --- a/test/cctest/compiler/test-run-bytecode-graph-builder.cc
|
| +++ b/test/cctest/compiler/test-run-bytecode-graph-builder.cc
|
| @@ -4,12 +4,13 @@
|
|
|
| #include <utility>
|
|
|
| +#include "src/compiler.h"
|
| #include "src/compiler/pipeline.h"
|
| #include "src/execution.h"
|
| #include "src/handles.h"
|
| #include "src/interpreter/bytecode-array-builder.h"
|
| #include "src/interpreter/interpreter.h"
|
| -#include "src/parsing/parser.h"
|
| +#include "src/parsing/parse-info.h"
|
| #include "test/cctest/cctest.h"
|
|
|
| namespace v8 {
|
|
|