diff options
Diffstat (limited to 'runtime/monitor_test.cc')
-rw-r--r-- | runtime/monitor_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/monitor_test.cc b/runtime/monitor_test.cc index ac6a4f3744..4ee46dcdff 100644 --- a/runtime/monitor_test.cc +++ b/runtime/monitor_test.cc @@ -27,7 +27,7 @@ #include "mirror/class-inl.h" #include "mirror/string-inl.h" // Strings are easiest to allocate #include "object_lock.h" -#include "scoped_thread_state_change.h" +#include "scoped_thread_state_change-inl.h" #include "thread_pool.h" namespace art { |