diff options
Diffstat (limited to 'runtime/exception_test.cc')
-rw-r--r-- | runtime/exception_test.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/exception_test.cc b/runtime/exception_test.cc index 37ad9e51aa..751cdb6181 100644 --- a/runtime/exception_test.cc +++ b/runtime/exception_test.cc @@ -14,6 +14,8 @@ * limitations under the License. */ +#include <memory> + #include "class_linker.h" #include "common_runtime_test.h" #include "dex_file.h" @@ -27,7 +29,6 @@ #include "scoped_thread_state_change.h" #include "handle_scope-inl.h" #include "thread.h" -#include "UniquePtrCompat.h" #include "vmap_table.h" namespace art { |