aboutsummaryrefslogtreecommitdiff
path: root/src/common/stabs_to_module.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/stabs_to_module.cc')
-rw-r--r--src/common/stabs_to_module.cc3
1 files changed, 1 insertions, 2 deletions
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 <algorithm>
#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) {