aboutsummaryrefslogtreecommitdiff
path: root/src/common/dwarf/cfi_assembler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/dwarf/cfi_assembler.h')
-rw-r--r--src/common/dwarf/cfi_assembler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/dwarf/cfi_assembler.h b/src/common/dwarf/cfi_assembler.h
index 3f305030..00ff6f06 100644
--- a/src/common/dwarf/cfi_assembler.h
+++ b/src/common/dwarf/cfi_assembler.h
@@ -41,6 +41,7 @@
#include "common/dwarf/dwarf2enums.h"
#include "common/test_assembler.h"
+#include "common/using_std_string.h"
#include "google_breakpad/common/breakpad_types.h"
namespace google_breakpad {
@@ -49,7 +50,6 @@ using dwarf2reader::DwarfPointerEncoding;
using google_breakpad::test_assembler::Endianness;
using google_breakpad::test_assembler::Label;
using google_breakpad::test_assembler::Section;
-using std::string;
class CFISection: public Section {
public: