diff options
author | 2015-01-09 14:03:35 -0800 | |
---|---|---|
committer | 2015-01-23 14:07:32 -0800 | |
commit | 2cd334ae2d4287216523882f0d298cf3901b7ab1 (patch) | |
tree | b72d3d07e5a04151caca96cae345075b6e4452b0 /runtime/scoped_thread_state_change.h | |
parent | 604e2828896fbb8663897d1e75112da7305ead4c (diff) |
More of the concurrent copying collector.
Bug: 12687968
Change-Id: I62f70274d47df6d6cab714df95c518b750ce3105
Diffstat (limited to 'runtime/scoped_thread_state_change.h')
-rw-r--r-- | runtime/scoped_thread_state_change.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/scoped_thread_state_change.h b/runtime/scoped_thread_state_change.h index ae3eaf2e22..adf3480e2a 100644 --- a/runtime/scoped_thread_state_change.h +++ b/runtime/scoped_thread_state_change.h @@ -20,6 +20,7 @@ #include "base/casts.h" #include "java_vm_ext.h" #include "jni_env_ext-inl.h" +#include "mirror/art_field.h" #include "read_barrier.h" #include "thread-inl.h" #include "verify_object.h" |