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/common/stabs_to_module.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/common/stabs_to_module.cc') diff --git a/src/common/stabs_to_module.cc b/src/common/stabs_to_module.cc index 67cd13bf..e59aebdb 100644 --- a/src/common/stabs_to_module.cc +++ b/src/common/stabs_to_module.cc @@ -39,11 +39,10 @@ #include #include "common/stabs_to_module.h" +#include "common/using_std_string.h" namespace google_breakpad { -using std::string; - // Demangle using abi call. // Older GCC may not support it. static string Demangle(const string &mangled) { -- cgit v1.2.1