| Index: src/compiler/bytecode-graph-builder.cc
|
| diff --git a/src/compiler/bytecode-graph-builder.cc b/src/compiler/bytecode-graph-builder.cc
|
| index a17947a246b88b6499c467a3b23ce58a7f4a14dc..94c7dc4d5c84f99c2f30dc84e8ea40e8f50e03e4 100644
|
| --- a/src/compiler/bytecode-graph-builder.cc
|
| +++ b/src/compiler/bytecode-graph-builder.cc
|
| @@ -8,6 +8,7 @@
|
| #include "src/compiler/linkage.h"
|
| #include "src/compiler/operator-properties.h"
|
| #include "src/interpreter/bytecodes.h"
|
| +#include "src/objects-inl.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|