diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/dwarf/functioninfo.cc | 2 |
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, |