diff options
Diffstat (limited to 'libdexfile/dex/class_iterator.h')
-rw-r--r-- | libdexfile/dex/class_iterator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdexfile/dex/class_iterator.h b/libdexfile/dex/class_iterator.h index 477c93b508..8ed585b0b1 100644 --- a/libdexfile/dex/class_iterator.h +++ b/libdexfile/dex/class_iterator.h @@ -17,7 +17,7 @@ #ifndef ART_LIBDEXFILE_DEX_CLASS_ITERATOR_H_ #define ART_LIBDEXFILE_DEX_CLASS_ITERATOR_H_ -#include "base/logging.h" +#include <android-base/logging.h> namespace art { |