Index: src/lithium-allocator-inl.h |
diff --git a/src/lithium-allocator-inl.h b/src/lithium-allocator-inl.h |
index bafa00f07b1b5207463ad437e1d12a74da27d999..98923ae3aa7414722e04bf587a9b316a90c02c2a 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 |