| Index: src/ia32/lithium-codegen-ia32.cc
|
| diff --git a/src/ia32/lithium-codegen-ia32.cc b/src/ia32/lithium-codegen-ia32.cc
|
| index 99c0938b6a4b5110d0b28a7f70c61c2c9ac9c732..6d33f6d0c9133217a3ad3bffd112d37155f8d0ab 100644
|
| --- a/src/ia32/lithium-codegen-ia32.cc
|
| +++ b/src/ia32/lithium-codegen-ia32.cc
|
| @@ -8,13 +8,13 @@
|
| #include "src/code-factory.h"
|
| #include "src/code-stubs.h"
|
| #include "src/codegen.h"
|
| -#include "src/cpu-profiler.h"
|
| #include "src/deoptimizer.h"
|
| #include "src/hydrogen-osr.h"
|
| #include "src/ia32/frames-ia32.h"
|
| #include "src/ia32/lithium-codegen-ia32.h"
|
| #include "src/ic/ic.h"
|
| #include "src/ic/stub-cache.h"
|
| +#include "src/profiler/cpu-profiler.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|