Chromium Code Reviews| Index: src/hydrogen-instructions.cc |
| diff --git a/src/hydrogen-instructions.cc b/src/hydrogen-instructions.cc |
| index e253795a5ea98c1d83d4146154c250b62e4411f2..1299bb6aabd1f84158e744e791f128f56261a98b 100644 |
| --- a/src/hydrogen-instructions.cc |
| +++ b/src/hydrogen-instructions.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 Unsupported target architecture. |
| #endif |