summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu Chartier <mathieuc@google.com>2015-04-16 21:39:11 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-04-16 21:39:12 +0000
commit11c9cd45f2aadad5622fef4b3e81b9e2181ebae3 (patch)
tree050e70169920ab955852346f8b85773a287b6c59
parente50dffa29fb6c67eba44e267aa890d35712de9dd (diff)
parent00e466dee77088f13b3c2b13474d346b437439ee (diff)
downloadandroid_art-11c9cd45f2aadad5622fef4b3e81b9e2181ebae3.tar.gz
android_art-11c9cd45f2aadad5622fef4b3e81b9e2181ebae3.tar.bz2
android_art-11c9cd45f2aadad5622fef4b3e81b9e2181ebae3.zip
Merge "Fix build"
-rw-r--r--runtime/mirror/art_method-inl.h2
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"