diff options
author | Mathieu Chartier <mathieuc@google.com> | 2015-04-16 21:39:11 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-04-16 21:39:12 +0000 |
commit | 11c9cd45f2aadad5622fef4b3e81b9e2181ebae3 (patch) | |
tree | 050e70169920ab955852346f8b85773a287b6c59 | |
parent | e50dffa29fb6c67eba44e267aa890d35712de9dd (diff) | |
parent | 00e466dee77088f13b3c2b13474d346b437439ee (diff) | |
download | android_art-11c9cd45f2aadad5622fef4b3e81b9e2181ebae3.tar.gz android_art-11c9cd45f2aadad5622fef4b3e81b9e2181ebae3.tar.bz2 android_art-11c9cd45f2aadad5622fef4b3e81b9e2181ebae3.zip |
Merge "Fix build"
-rw-r--r-- | runtime/mirror/art_method-inl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/mirror/art_method-inl.h b/runtime/mirror/art_method-inl.h index fb427dca9a..a300d5237e 100644 --- a/runtime/mirror/art_method-inl.h +++ b/runtime/mirror/art_method-inl.h @@ -21,7 +21,7 @@ #include "art_field.h" #include "class.h" -#include "class_linker.h" +#include "class_linker-inl.h" #include "dex_cache.h" #include "dex_file.h" #include "dex_file-inl.h" |