diff options
| author | 2014-11-24 18:03:01 -0800 | |
|---|---|---|
| committer | 2014-11-24 18:03:01 -0800 | |
| commit | ae214ee0064525e8e4a2e5f61b6d0b8f4f1900e8 (patch) | |
| tree | a7934d9e5da7c7c8c42caf320fca10cc8c1c401c | |
| parent | af2d5307c3beaf3f0e9712f88c56c53cecdc06a7 (diff) | |
ART: Fix inline dependency
GetClassFromTypeIdx is defined in the -inl file.
Change-Id: Ib5dbcea08dccee43ff70cac2e45cdbf210cb490c
| -rw-r--r-- | runtime/debugger.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/debugger.cc b/runtime/debugger.cc index ef5db2d5ea..49b132dd0f 100644 --- a/runtime/debugger.cc +++ b/runtime/debugger.cc @@ -31,7 +31,7 @@ #include "gc/space/space-inl.h" #include "handle_scope.h" #include "jdwp/object_registry.h" -#include "method_helper.h" +#include "method_helper-inl.h" #include "mirror/art_field-inl.h" #include "mirror/art_method-inl.h" #include "mirror/class.h" |