MIPS build fix.

Change-Id: Ibbda420c45b784fedf573348d6874fd289d571af
diff --git a/src/oat/runtime/mips/context_mips.cc b/src/oat/runtime/mips/context_mips.cc
index bfb3fc6..5f97f6a 100644
--- a/src/oat/runtime/mips/context_mips.cc
+++ b/src/oat/runtime/mips/context_mips.cc
@@ -17,7 +17,7 @@
 #include "context_mips.h"
 
 #include "mirror/abstract_method.h"
-#include "mirror/object.h"
+#include "mirror/object-inl.h"
 #include "stack.h"
 
 namespace art {