diff options
| author | 2017-04-22 02:22:47 +0000 | |
|---|---|---|
| committer | 2017-04-22 02:22:49 +0000 | |
| commit | 9dd326eb801c962a7ff6df5917aa9f4b88db250a (patch) | |
| tree | e3b5afc9de9151785fcacd1082ad752e4fabb82b /compiler/exception_test.cc | |
| parent | 498305d881ee0a4678a0498692fb1425361d5055 (diff) | |
| parent | c15a2f4f45661a7f5f542e406282c146ea1a968d (diff) | |
Merge "ART: Add object-readbarrier-inl.h"
Diffstat (limited to 'compiler/exception_test.cc')
| -rw-r--r-- | compiler/exception_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/exception_test.cc b/compiler/exception_test.cc index c975944a04..dc880b089e 100644 --- a/compiler/exception_test.cc +++ b/compiler/exception_test.cc @@ -30,7 +30,7 @@ #include "mirror/stack_trace_element.h" #include "oat_quick_method_header.h" #include "optimizing/stack_map_stream.h" -#include "runtime.h" +#include "runtime-inl.h" #include "scoped_thread_state_change-inl.h" #include "handle_scope-inl.h" #include "thread.h" |