| Index: src/compiler/arm64/code-generator-arm64.cc
|
| diff --git a/src/compiler/arm64/code-generator-arm64.cc b/src/compiler/arm64/code-generator-arm64.cc
|
| index bfab1a670ab8f13e9ee890f9924f9af777e0b2df..f80033e5c98dd4b7b6a3e3e701be9861bdbb6ed7 100644
|
| --- a/src/compiler/arm64/code-generator-arm64.cc
|
| +++ b/src/compiler/arm64/code-generator-arm64.cc
|
| @@ -6,11 +6,11 @@
|
|
|
| #include "src/arm64/frames-arm64.h"
|
| #include "src/arm64/macro-assembler-arm64.h"
|
| +#include "src/ast/scopes.h"
|
| #include "src/compiler/code-generator-impl.h"
|
| #include "src/compiler/gap-resolver.h"
|
| #include "src/compiler/node-matchers.h"
|
| #include "src/compiler/osr.h"
|
| -#include "src/scopes.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|