diff options
Diffstat (limited to 'runtime/reflection_test.cc')
-rw-r--r-- | runtime/reflection_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/reflection_test.cc b/runtime/reflection_test.cc index abe68ef8d7..9d10daaffc 100644 --- a/runtime/reflection_test.cc +++ b/runtime/reflection_test.cc @@ -18,9 +18,11 @@ #include <float.h> #include <limits.h> +#include "ScopedLocalRef.h" #include "common_compiler_test.h" #include "mirror/art_method-inl.h" +#include "scoped_thread_state_change.h" namespace art { |