| Index: src/compiler/linkage.cc
|
| diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc
|
| index 5c49d5c7c48658827789c43e011fc172ebb879fe..ca9763bf67b63bcecb44a2f0dbee8b062e47bb8d 100644
|
| --- a/src/compiler/linkage.cc
|
| +++ b/src/compiler/linkage.cc
|
| @@ -2,6 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "src/ast/scopes.h"
|
| #include "src/code-stubs.h"
|
| #include "src/compiler.h"
|
| #include "src/compiler/common-operator.h"
|
| @@ -10,7 +11,6 @@
|
| #include "src/compiler/node.h"
|
| #include "src/compiler/osr.h"
|
| #include "src/compiler/pipeline.h"
|
| -#include "src/scopes.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|