diff options
Diffstat (limited to 'compiler/elf_writer.h')
-rw-r--r-- | compiler/elf_writer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/elf_writer.h b/compiler/elf_writer.h index c9ea0083d5..f8f91029d4 100644 --- a/compiler/elf_writer.h +++ b/compiler/elf_writer.h @@ -22,10 +22,10 @@ #include <string> #include <vector> +#include "base/array_ref.h" #include "base/macros.h" #include "base/mutex.h" #include "os.h" -#include "utils/array_ref.h" namespace art { |