aboutsummaryrefslogtreecommitdiff
path: root/src/common/mac/macho_id.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/mac/macho_id.cc')
-rw-r--r--src/common/mac/macho_id.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/mac/macho_id.cc b/src/common/mac/macho_id.cc
index ce0ecff3..abe1fabd 100644
--- a/src/common/mac/macho_id.cc
+++ b/src/common/mac/macho_id.cc
@@ -51,6 +51,10 @@ extern "C" { // necessary for Leopard
namespace MacFileUtilities {
+using google_breakpad::MD5Init;
+using google_breakpad::MD5Update;
+using google_breakpad::MD5Final;
+
MachoID::MachoID(const char *path)
: memory_(0),
memory_size_(0),