commit | 6fb66a2bc4e1c0b7931101153e58714991237af7 | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Tue May 13 16:47:50 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue May 13 16:47:50 2014 +0000 |
tree | ecfef301ae9ff68f0d6f8ceb94add5ce38691b79 | |
parent | ad930da1d67968600aab8441c24f5c4cc6e001bd [diff] | |
parent | c0480ef26970892e980241a7248f520d4bb1c4b2 [diff] |
Merge "Fix includes for arch_test.cc."
diff --git a/runtime/arch/arch_test.cc b/runtime/arch/arch_test.cc index b957d58..45ff21f 100644 --- a/runtime/arch/arch_test.cc +++ b/runtime/arch/arch_test.cc
@@ -17,7 +17,7 @@ #include <stdint.h> #include "common_runtime_test.h" -#include "mirror/art_method.h" +#include "mirror/art_method-inl.h" #include "quick/quick_method_frame_info.h" namespace art {