| Index: src/compiler/change-lowering.cc
|
| diff --git a/src/compiler/change-lowering.cc b/src/compiler/change-lowering.cc
|
| index b13db4cee9fec0e6d2bf9a02ccd88b2fd95b9f1f..5b66d55f33f9958ca0b3c7e37d891c2a170ffa3d 100644
|
| --- a/src/compiler/change-lowering.cc
|
| +++ b/src/compiler/change-lowering.cc
|
| @@ -3,9 +3,10 @@
|
| // found in the LICENSE file.
|
|
|
| #include "src/compiler/change-lowering.h"
|
| -#include "src/compiler/machine-operator.h"
|
|
|
| #include "src/compiler/js-graph.h"
|
| +#include "src/compiler/linkage.h"
|
| +#include "src/compiler/machine-operator.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|