diff options
Diffstat (limited to 'runtime/monitor_pool_test.cc')
-rw-r--r-- | runtime/monitor_pool_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/monitor_pool_test.cc b/runtime/monitor_pool_test.cc index e1837f52ab..a111c6c16a 100644 --- a/runtime/monitor_pool_test.cc +++ b/runtime/monitor_pool_test.cc @@ -17,7 +17,7 @@ #include "monitor_pool.h" #include "common_runtime_test.h" -#include "scoped_thread_state_change.h" +#include "scoped_thread_state_change-inl.h" #include "thread-inl.h" namespace art { |