diff options
Diffstat (limited to 'runtime/interpreter/interpreter_mterp_impl.h')
-rw-r--r-- | runtime/interpreter/interpreter_mterp_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/interpreter/interpreter_mterp_impl.h b/runtime/interpreter/interpreter_mterp_impl.h index 90d9f89d67..1be20fab25 100644 --- a/runtime/interpreter/interpreter_mterp_impl.h +++ b/runtime/interpreter/interpreter_mterp_impl.h @@ -21,6 +21,7 @@ #include "base/mutex.h" #include "dex_file.h" #include "jvalue.h" +#include "obj_ptr.h" namespace art { |