From 09f89893894fea2ebc9bdf6ba6ab15b831ec6cc3 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Wed, 8 May 2013 20:24:03 +0000 Subject: 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 --- src/common/dwarf/functioninfo.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common/dwarf') 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* files, -- cgit v1.2.1