aboutsummaryrefslogtreecommitdiff
path: root/src/google_breakpad/processor/code_module.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/google_breakpad/processor/code_module.h')
-rw-r--r--src/google_breakpad/processor/code_module.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/google_breakpad/processor/code_module.h b/src/google_breakpad/processor/code_module.h
index 38ee956e..24b88fba 100644
--- a/src/google_breakpad/processor/code_module.h
+++ b/src/google_breakpad/processor/code_module.h
@@ -36,12 +36,12 @@
#define GOOGLE_BREAKPAD_PROCESSOR_CODE_MODULE_H__
#include <string>
+
+#include "common/using_std_string.h"
#include "google_breakpad/common/breakpad_types.h"
namespace google_breakpad {
-using std::string;
-
class CodeModule {
public:
virtual ~CodeModule() {}