diff options
Diffstat (limited to 'runtime/runtime_common.h')
| -rw-r--r-- | runtime/runtime_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/runtime_common.h b/runtime/runtime_common.h index 06d66270af..3fba441b55 100644 --- a/runtime/runtime_common.h +++ b/runtime/runtime_common.h @@ -31,8 +31,8 @@ #include <iomanip> #include "base/dumpable.h" +#include "base/utils.h" #include "native_stack_dump.h" -#include "utils.h" namespace art { |