diff options
Diffstat (limited to 'runtime/check_jni.cc')
-rw-r--r-- | runtime/check_jni.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/check_jni.cc b/runtime/check_jni.cc index b52941b..3df050e 100644 --- a/runtime/check_jni.cc +++ b/runtime/check_jni.cc @@ -29,6 +29,7 @@ #include "mirror/class-inl.h" #include "mirror/object-inl.h" #include "mirror/object_array-inl.h" +#include "mirror/string-inl.h" #include "mirror/throwable.h" #include "object_utils.h" #include "runtime.h" |