From 2f6cb866d615d6240a18c7535c994c6bb93b1ba5 Mon Sep 17 00:00:00 2001 From: Ivan Penkov Date: Mon, 7 Nov 2016 19:37:19 -0500 Subject: Allow compiling the google-breakpad code using a global ::string class instead of std::string. For more details take a look at common/using_std_string.h BUG= Change-Id: Ifebfc57f691ef3a3bef8cfed7106c567985edffc Reviewed-on: https://chromium-review.googlesource.com/399738 Reviewed-by: Mark Mentovai --- src/common/dwarf/elf_reader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/dwarf') 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 #include "common/dwarf/types.h" +#include "common/using_std_string.h" -using std::string; using std::vector; using std::pair; -- cgit v1.2.1