| Index: src/compiler/instruction.h
|
| diff --git a/src/compiler/instruction.h b/src/compiler/instruction.h
|
| index 0c570f2b737998009076d477d5a7e18e8a49266c..72299efedda8a5e8fbe0b281466a791f993a4d94 100644
|
| --- a/src/compiler/instruction.h
|
| +++ b/src/compiler/instruction.h
|
| @@ -17,7 +17,7 @@
|
| #include "src/compiler/source-position.h"
|
| #include "src/macro-assembler.h"
|
| #include "src/register-configuration.h"
|
| -#include "src/zone-allocator.h"
|
| +#include "src/zone/zone-allocator.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|