| Index: src/compiler/bytecode-graph-builder.cc
|
| diff --git a/src/compiler/bytecode-graph-builder.cc b/src/compiler/bytecode-graph-builder.cc
|
| index 93bc847c44f0906488040e3485bece34e187acf9..076497101638f3d5bb4e0f6a0ce3b36564778185 100644
|
| --- a/src/compiler/bytecode-graph-builder.cc
|
| +++ b/src/compiler/bytecode-graph-builder.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "src/compiler/bytecode-graph-builder.h"
|
|
|
| +#include "src/compilation-info.h"
|
| #include "src/compiler/bytecode-branch-analysis.h"
|
| #include "src/compiler/linkage.h"
|
| #include "src/compiler/operator-properties.h"
|
|
|