Index: src/lithium-allocator.cc |
diff --git a/src/lithium-allocator.cc b/src/lithium-allocator.cc |
index 10a34d144fe17841c6f6f1f0d582ee10d3c06abe..d8bc02090ce49db5362fa5693dd26a2109c79034 100644 |
--- a/src/lithium-allocator.cc |
+++ b/src/lithium-allocator.cc |
@@ -16,6 +16,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 |