diff options
Diffstat (limited to 'runtime/native/java_lang_Throwable.cc')
-rw-r--r-- | runtime/native/java_lang_Throwable.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/native/java_lang_Throwable.cc b/runtime/native/java_lang_Throwable.cc index cb8a86918f..ff3e044c9b 100644 --- a/runtime/native/java_lang_Throwable.cc +++ b/runtime/native/java_lang_Throwable.cc @@ -17,7 +17,7 @@ #include "java_lang_Throwable.h" #include "jni_internal.h" -#include "scoped_fast_native_object_access.h" +#include "scoped_fast_native_object_access-inl.h" #include "thread.h" namespace art { |