diff options
Diffstat (limited to 'src/common/dwarf/elf_reader.h')
-rw-r--r-- | src/common/dwarf/elf_reader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/dwarf/elf_reader.h b/src/common/dwarf/elf_reader.h index 07477341..b1bb67a8 100644 --- a/src/common/dwarf/elf_reader.h +++ b/src/common/dwarf/elf_reader.h @@ -19,8 +19,8 @@ #include <vector> #include "common/dwarf/types.h" +#include "common/using_std_string.h" -using std::string; using std::vector; using std::pair; |