Chromium Code Reviews| Index: src/lithium-inl.h | 
| diff --git a/src/lithium-inl.h b/src/lithium-inl.h | 
| index 27b9292b1d7b51c8882b04cf82452517a22dcf0d..5e5084f176ec7fcc7138e4399e33b3e0c066857b 100644 | 
| --- a/src/lithium-inl.h | 
| +++ b/src/lithium-inl.h | 
| @@ -17,6 +17,8 @@ | 
| #include "src/arm/lithium-arm.h" // NOLINT | 
| #elif V8_TARGET_ARCH_MIPS | 
| #include "src/mips/lithium-mips.h" // NOLINT | 
| +#elif V8_TARGET_ARCH_MIPS64 | 
| +#include "src/mips64/lithium-mips64.h" // NOLINT | 
| #elif V8_TARGET_ARCH_X87 | 
| #include "src/x87/lithium-x87.h" // NOLINT | 
| #else |