summaryrefslogtreecommitdiffstats
path: root/runtime/jit/jit.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/jit/jit.h')
-rw-r--r--runtime/jit/jit.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/jit/jit.h b/runtime/jit/jit.h
index c698cfc..8f92453 100644
--- a/runtime/jit/jit.h
+++ b/runtime/jit/jit.h
@@ -33,6 +33,10 @@ namespace art {
class CompilerCallbacks;
struct RuntimeArgumentMap;
+namespace mirror {
+class ArtMethod;
+} // namespace mirror
+
namespace jit {
class JitCodeCache;