| Index: src/compiler/pipeline-statistics.cc
|
| diff --git a/src/compiler/pipeline-statistics.cc b/src/compiler/pipeline-statistics.cc
|
| index 5b97abe5eb82b816c76a370f1518dd605aea5f8b..a032c3dac2cf3b4dec8a1c79710dbf8bb67ecfa2 100644
|
| --- a/src/compiler/pipeline-statistics.cc
|
| +++ b/src/compiler/pipeline-statistics.cc
|
| @@ -4,9 +4,10 @@
|
|
|
| #include <memory>
|
|
|
| -#include "src/compiler.h"
|
| +#include "src/compilation-info.h"
|
| #include "src/compiler/pipeline-statistics.h"
|
| #include "src/compiler/zone-pool.h"
|
| +#include "src/isolate.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|