| Index: src/compiler/common-operator.cc
|
| diff --git a/src/compiler/common-operator.cc b/src/compiler/common-operator.cc
|
| index 571a7f53f16d2650d27cf766e214fc8f0561110f..b0af2fd002598a7c1931a90aae6656a4a2ec61c8 100644
|
| --- a/src/compiler/common-operator.cc
|
| +++ b/src/compiler/common-operator.cc
|
| @@ -7,6 +7,8 @@
|
| #include "src/assembler.h"
|
| #include "src/base/lazy-instance.h"
|
| #include "src/compiler/linkage.h"
|
| +#include "src/compiler/opcodes.h"
|
| +#include "src/compiler/operator.h"
|
| #include "src/unique.h"
|
| #include "src/zone.h"
|
|
|
|
|