aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/linux/dump_symbols.cc2
-rw-r--r--src/common/string_conversion.cc1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/common/linux/dump_symbols.cc b/src/common/linux/dump_symbols.cc
index 1af940d6..b523c5d8 100644
--- a/src/common/linux/dump_symbols.cc
+++ b/src/common/linux/dump_symbols.cc
@@ -40,9 +40,11 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
+#include <algorithm>
#include <functional>
#include <vector>
+#include <string.h>
#include "common/linux/dump_symbols.h"
#include "common/linux/file_id.h"
diff --git a/src/common/string_conversion.cc b/src/common/string_conversion.cc
index 3e4d8e88..50054ebc 100644
--- a/src/common/string_conversion.cc
+++ b/src/common/string_conversion.cc
@@ -30,6 +30,7 @@
#include "common/convert_UTF.h"
#include "processor/scoped_ptr.h"
#include "common/string_conversion.h"
+#include <string.h>
namespace google_breakpad {