| Index: src/compiler/operation-typer.cc
|
| diff --git a/src/compiler/operation-typer.cc b/src/compiler/operation-typer.cc
|
| index f3ef778dc020d40213b1f5b2bb984031421816e5..0398c43374b27d326d345ff44de35d1b4bd8f8a0 100644
|
| --- a/src/compiler/operation-typer.cc
|
| +++ b/src/compiler/operation-typer.cc
|
| @@ -5,9 +5,9 @@
|
| #include "src/compiler/operation-typer.h"
|
|
|
| #include "src/compiler/common-operator.h"
|
| +#include "src/compiler/type-cache.h"
|
| #include "src/factory.h"
|
| #include "src/isolate.h"
|
| -#include "src/type-cache.h"
|
| #include "src/types.h"
|
|
|
| #include "src/objects-inl.h"
|
|
|