diff options
Diffstat (limited to 'runtime/mirror/object.h')
-rw-r--r-- | runtime/mirror/object.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/mirror/object.h b/runtime/mirror/object.h index e8ea3f2375..0fb203917a 100644 --- a/runtime/mirror/object.h +++ b/runtime/mirror/object.h @@ -30,6 +30,7 @@ class LockWord; class Monitor; struct ObjectOffsets; class Thread; +template <typename T> class SirtRef; namespace mirror { |