| Index: src/heap/heap.cc
|
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc
|
| index 56e961445d1e7618483491afaf2ab96e41b3150b..fc6436ea5b1bd36858fad5f9ca369d901c909301 100644
|
| --- a/src/heap/heap.cc
|
| +++ b/src/heap/heap.cc
|
| @@ -34,6 +34,10 @@
|
| #include "src/v8threads.h"
|
| #include "src/vm-state-inl.h"
|
|
|
| +#if V8_TARGET_ARCH_PPC && !V8_INTERPRETED_REGEXP
|
| +#include "src/regexp-macro-assembler.h" // NOLINT
|
| +#include "src/ppc/regexp-macro-assembler-ppc.h" // NOLINT
|
| +#endif
|
| #if V8_TARGET_ARCH_ARM && !V8_INTERPRETED_REGEXP
|
| #include "src/regexp-macro-assembler.h" // NOLINT
|
| #include "src/arm/regexp-macro-assembler-arm.h" // NOLINT
|
|
|