| Index: src/compiler/simplified-operator-reducer.cc
|
| diff --git a/src/compiler/simplified-operator-reducer.cc b/src/compiler/simplified-operator-reducer.cc
|
| index e8e579202431c05b5c383199e86d0b11b39a3e21..30bf47e29363fb076b6685bc342dc5b7dd0820b0 100644
|
| --- a/src/compiler/simplified-operator-reducer.cc
|
| +++ b/src/compiler/simplified-operator-reducer.cc
|
| @@ -8,6 +8,7 @@
|
| #include "src/compiler/machine-operator.h"
|
| #include "src/compiler/node-matchers.h"
|
| #include "src/compiler/operator-properties.h"
|
| +#include "src/conversions-inl.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|