diff options
Diffstat (limited to 'runtime/base/array_ref.h')
-rw-r--r-- | runtime/base/array_ref.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/base/array_ref.h b/runtime/base/array_ref.h index 630a036f3d..ef86512cf7 100644 --- a/runtime/base/array_ref.h +++ b/runtime/base/array_ref.h @@ -20,7 +20,7 @@ #include <type_traits> #include <vector> -#include "base/logging.h" +#include <android-base/logging.h> namespace art { |