| Index: src/compiler/basic-block-instrumentor.h
|
| diff --git a/src/compiler/basic-block-instrumentor.h b/src/compiler/basic-block-instrumentor.h
|
| index 353b0c2ba7f783a5c23134bfcf67c2643eb10a39..32dd82ade1fbe9184dd7f5c9584fa80a8bba9ed0 100644
|
| --- a/src/compiler/basic-block-instrumentor.h
|
| +++ b/src/compiler/basic-block-instrumentor.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef V8_COMPILER_BASIC_BLOCK_INSTRUMENTOR_H_
|
| #define V8_COMPILER_BASIC_BLOCK_INSTRUMENTOR_H_
|
|
|
| +#include "src/allocation.h"
|
| #include "src/basic-block-profiler.h"
|
|
|
| namespace v8 {
|
|
|