diff options
Diffstat (limited to 'runtime/entrypoints/quick/quick_entrypoints.h')
-rw-r--r-- | runtime/entrypoints/quick/quick_entrypoints.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/entrypoints/quick/quick_entrypoints.h b/runtime/entrypoints/quick/quick_entrypoints.h index 6cd9dc1d71..795faa8ecc 100644 --- a/runtime/entrypoints/quick/quick_entrypoints.h +++ b/runtime/entrypoints/quick/quick_entrypoints.h @@ -38,6 +38,7 @@ class Object; class ArtMethod; template<class MirrorType> class GcRoot; +template<class MirrorType> class StackReference; class Thread; // Pointers to functions that are called by quick compiler generated code via thread-local storage. |