From 6de969a3040fa31ba60302c66613d1d2e6f5a730 Mon Sep 17 00:00:00 2001 From: "ivan.penkov@gmail.com" Date: Thu, 28 Jun 2012 22:46:01 +0000 Subject: This change allows 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 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@974 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/processor/synth_minidump.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/processor/synth_minidump.h') diff --git a/src/processor/synth_minidump.h b/src/processor/synth_minidump.h index 245afe66..531603ad 100644 --- a/src/processor/synth_minidump.h +++ b/src/processor/synth_minidump.h @@ -114,6 +114,7 @@ #include #include "common/test_assembler.h" +#include "common/using_std_string.h" #include "google_breakpad/common/breakpad_types.h" #include "google_breakpad/common/minidump_format.h" @@ -121,7 +122,6 @@ namespace google_breakpad { namespace SynthMinidump { -using std::string; using test_assembler::Endianness; using test_assembler::kBigEndian; using test_assembler::kLittleEndian; -- cgit v1.2.1