diff options
Diffstat (limited to 'runtime/mirror/object_test.cc')
-rw-r--r-- | runtime/mirror/object_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/mirror/object_test.cc b/runtime/mirror/object_test.cc index 7e1de5d060..a7ea6c9c08 100644 --- a/runtime/mirror/object_test.cc +++ b/runtime/mirror/object_test.cc @@ -36,6 +36,7 @@ #include "object-inl.h" #include "object_array-inl.h" #include "handle_scope-inl.h" +#include "scoped_thread_state_change.h" #include "string-inl.h" namespace art { |