| Index: src/compiler/ast-graph-builder.cc
|
| diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc
|
| index be7b1c46ecb4e608672c7b33b773b55487903dc1..ec9c7746a54064b0e0ca8463f7a0c0e924b31440 100644
|
| --- a/src/compiler/ast-graph-builder.cc
|
| +++ b/src/compiler/ast-graph-builder.cc
|
| @@ -19,6 +19,7 @@
|
| #include "src/compiler/state-values-utils.h"
|
| #include "src/objects-inl.h"
|
| #include "src/objects/literal-objects.h"
|
| +#include "src/type-feedback-vector.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|