commit | bc56fc3242ea2fad6630abdee1657f444eee8d30 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Tue Jun 03 15:37:03 2014 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Wed Jun 04 09:58:05 2014 -0700 |
tree | 9a50948145747c557d1da1e0f25192573d81e0f1 | |
parent | 32640daf36acda331719766956b25661647e2461 [diff] [blame] |
Fix compiler warnings. Added GetReference, GetHandle to StackHandleScope to prevent the compiler from optimizing away these loads/stores from inline functions. Change-Id: I4db02dd3194665d844292e74e3a7d7c80e730e06
diff --git a/runtime/mirror/dex_cache-inl.h b/runtime/mirror/dex_cache-inl.h index f59c3a2..7e40f64 100644 --- a/runtime/mirror/dex_cache-inl.h +++ b/runtime/mirror/dex_cache-inl.h
@@ -19,6 +19,8 @@ #include "dex_cache.h" +#include "runtime.h" + namespace art { namespace mirror {