diff options
Diffstat (limited to 'runtime/elf_file.h')
| -rw-r--r-- | runtime/elf_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/elf_file.h b/runtime/elf_file.h index b1c9395fb5..ab9e6fa2ec 100644 --- a/runtime/elf_file.h +++ b/runtime/elf_file.h @@ -21,9 +21,9 @@ #include <string> #include "base/macros.h" +#include "base/os.h" // Explicitly include our own elf.h to avoid Linux and other dependencies. #include "./elf.h" -#include "os.h" namespace art { template <typename ElfTypes> |