aboutsummaryrefslogtreecommitdiff
path: root/src/common/dwarf
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2013-05-08 20:24:03 +0000
committerthestig@chromium.org <thestig@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2013-05-08 20:24:03 +0000
commit09f89893894fea2ebc9bdf6ba6ab15b831ec6cc3 (patch)
tree46660618a42d3b805017ecbba307edf1b0b9e965 /src/common/dwarf
parentFix mac dump_syms after r1163. (diff)
downloadbreakpad-09f89893894fea2ebc9bdf6ba6ab15b831ec6cc3.tar.xz
Mac: Fix more errors from clang to get crash_report.xcodeproj close to compiling.
R=mark@chromium.org Review URL: https://breakpad.appspot.com/593002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1176 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/common/dwarf')
-rw-r--r--src/common/dwarf/functioninfo.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/dwarf/functioninfo.cc b/src/common/dwarf/functioninfo.cc
index 8e4d041b..55a255ed 100644
--- a/src/common/dwarf/functioninfo.cc
+++ b/src/common/dwarf/functioninfo.cc
@@ -42,6 +42,8 @@
#include "common/scoped_ptr.h"
#include "common/using_std_string.h"
+using google_breakpad::scoped_ptr;
+
namespace dwarf2reader {
CULineInfoHandler::CULineInfoHandler(std::vector<SourceFileInfo>* files,