| Index: src/heap/heap.cc
|
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc
|
| index 0b817e4d6d0c9222539d448ae138529da57d9d9d..c847e999c07a18a804acace83d1280be3f563855 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
|
|
|