diff options
Diffstat (limited to 'runtime/native/java_lang_Throwable.cc')
-rw-r--r-- | runtime/native/java_lang_Throwable.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/native/java_lang_Throwable.cc b/runtime/native/java_lang_Throwable.cc index 3ed4cfe100..cb8a86918f 100644 --- a/runtime/native/java_lang_Throwable.cc +++ b/runtime/native/java_lang_Throwable.cc @@ -14,6 +14,8 @@ * limitations under the License. */ +#include "java_lang_Throwable.h" + #include "jni_internal.h" #include "scoped_fast_native_object_access.h" #include "thread.h" |