summaryrefslogtreecommitdiff
path: root/runtime/entrypoints/runtime_asm_entrypoints.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/entrypoints/runtime_asm_entrypoints.h')
-rw-r--r--runtime/entrypoints/runtime_asm_entrypoints.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/entrypoints/runtime_asm_entrypoints.h b/runtime/entrypoints/runtime_asm_entrypoints.h
index 3f4e91ed913..f350ce458d6 100644
--- a/runtime/entrypoints/runtime_asm_entrypoints.h
+++ b/runtime/entrypoints/runtime_asm_entrypoints.h
@@ -19,8 +19,12 @@
#include "deoptimization_kind.h"
+#include "jni.h"
+
namespace art {
+class ArtMethod;
+
#ifndef BUILDING_LIBART
#error "File and symbols only for use within libart."
#endif