diff options
Diffstat (limited to 'runtime/handle_scope_test.cc')
-rw-r--r-- | runtime/handle_scope_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/handle_scope_test.cc b/runtime/handle_scope_test.cc index 58f3800e8f..c269a37f8d 100644 --- a/runtime/handle_scope_test.cc +++ b/runtime/handle_scope_test.cc @@ -17,7 +17,7 @@ #include "base/enums.h" #include "gtest/gtest.h" #include "handle_scope-inl.h" -#include "scoped_thread_state_change.h" +#include "scoped_thread_state_change-inl.h" #include "thread.h" namespace art { |