aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux/http_upload.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/linux/http_upload.h')
-rw-r--r--src/common/linux/http_upload.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/linux/http_upload.h b/src/common/linux/http_upload.h
index 22b62960..6dd36ea0 100644
--- a/src/common/linux/http_upload.h
+++ b/src/common/linux/http_upload.h
@@ -37,9 +37,10 @@
#include <map>
#include <string>
+#include "common/using_std_string.h"
+
namespace google_breakpad {
-using std::string;
using std::map;
class HTTPUpload {