Chromium Code Reviews| Index: src/lithium-allocator.cc |
| diff --git a/src/lithium-allocator.cc b/src/lithium-allocator.cc |
| index 198339090be6762f82c326887eb8ee988a22bf00..cf5ac86dff331204ca487ed7fac907b0dd587e05 100644 |
| --- a/src/lithium-allocator.cc |
| +++ b/src/lithium-allocator.cc |
| @@ -36,6 +36,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 |