diff options
Diffstat (limited to 'compiler/elf_writer_test.cc')
-rw-r--r-- | compiler/elf_writer_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/elf_writer_test.cc b/compiler/elf_writer_test.cc index e637cfbe1d..e479322238 100644 --- a/compiler/elf_writer_test.cc +++ b/compiler/elf_writer_test.cc @@ -16,8 +16,10 @@ #include "elf_file.h" +#include "base/stringprintf.h" #include "common_compiler_test.h" #include "oat.h" +#include "utils.h" namespace art { |