diff options
Diffstat (limited to 'runtime/gc_root.h')
-rw-r--r-- | runtime/gc_root.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/gc_root.h b/runtime/gc_root.h index 0894e9bee5..986e28ec79 100644 --- a/runtime/gc_root.h +++ b/runtime/gc_root.h @@ -20,6 +20,7 @@ #include "base/macros.h" #include "base/mutex.h" // For Locks::mutator_lock_. #include "mirror/object_reference.h" +#include "read_barrier_option.h" namespace art { class ArtField; |