aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux/synth_elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/linux/synth_elf.h')
-rw-r--r--src/common/linux/synth_elf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/linux/synth_elf.h b/src/common/linux/synth_elf.h
index 90bd8341..1fbe749c 100644
--- a/src/common/linux/synth_elf.h
+++ b/src/common/linux/synth_elf.h
@@ -43,13 +43,14 @@
#include <string>
#include <utility>
+#include "common/using_std_string.h"
+
namespace google_breakpad {
namespace synth_elf {
using std::list;
using std::map;
using std::pair;
-using std::string;
using test_assembler::Endianness;
using test_assembler::kLittleEndian;
using test_assembler::kUnsetEndian;