Index: src/lithium-allocator.cc |
diff --git a/src/lithium-allocator.cc b/src/lithium-allocator.cc |
index 965a226fc98c316dd36143e3dfd4d4cabd0f2e63..f62a7dbc0a2708fa879ff42a3a5f0063ab641972 100644 |
--- a/src/lithium-allocator.cc |
+++ b/src/lithium-allocator.cc |
@@ -37,6 +37,8 @@ |
#include "x64/lithium-x64.h" |
#elif V8_TARGET_ARCH_ARM |
#include "arm/lithium-arm.h" |
+#elif V8_TARGET_ARCH_MIPS |
+#include "mips/lithium-mips.h" |
#else |
#error "Unknown architecture." |
#endif |