commit | 8e26b311e0ede3847e9425d715055f79624c17e4 | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Mon Mar 18 18:48:21 2013 -0700 |
committer | Ian Rogers <irogers@google.com> | Mon Mar 18 18:48:21 2013 -0700 |
tree | fe8a3560853149f83c4dcf5ab73c81ffdac413ad | |
parent | 225ade2eef559a8609879f142789a4f59aec5704 [diff] |
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 {