Index: src/lithium-allocator-inl.h |
diff --git a/src/lithium-allocator-inl.h b/src/lithium-allocator-inl.h |
index 4fb5b116f325bc008270aebe5b2e4f3bb9981e73..b526004c4007304b3ba85a391c07efc718f3709f 100644 |
--- a/src/lithium-allocator-inl.h |
+++ b/src/lithium-allocator-inl.h |
@@ -15,6 +15,8 @@ |
#include "src/arm64/lithium-arm64.h" // NOLINT |
#elif V8_TARGET_ARCH_ARM |
#include "src/arm/lithium-arm.h" // NOLINT |
+#elif V8_TARGET_ARCH_PPC |
+#include "src/ppc/lithium-ppc.h" // NOLINT |
#elif V8_TARGET_ARCH_MIPS |
#include "src/mips/lithium-mips.h" // NOLINT |
#elif V8_TARGET_ARCH_MIPS64 |