| Index: src/compiler/instruction.h
|
| diff --git a/src/compiler/instruction.h b/src/compiler/instruction.h
|
| index b2d0454db65cbc7ced77d0f57617c4aee34a7741..635a31be824ab7809bc177669732f8cef9a1a770 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 {
|
|
|