diff options
Diffstat (limited to 'compiler/elf_stripper.cc')
-rw-r--r-- | compiler/elf_stripper.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/elf_stripper.cc b/compiler/elf_stripper.cc index 8c06c9f3d3..0b86ad0711 100644 --- a/compiler/elf_stripper.cc +++ b/compiler/elf_stripper.cc @@ -22,6 +22,7 @@ #include <vector> #include "base/logging.h" +#include "base/stringprintf.h" #include "elf_file.h" #include "elf_utils.h" #include "utils.h" |