aboutsummaryrefslogtreecommitdiff
path: root/src/common/dwarf_cu_to_module.cc
diff options
context:
space:
mode:
authorted.mielczarek@gmail.com <ted.mielczarek@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e>2013-02-28 19:52:37 +0000
committerted.mielczarek@gmail.com <ted.mielczarek@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e>2013-02-28 19:52:37 +0000
commit111cce8a883fa32968de2f58eaed863849a4aaf3 (patch)
tree43a1db3ff33568d12a9a4577204f64c5d9d58bea /src/common/dwarf_cu_to_module.cc
parentFix DumpSymbols error message when using multiple debug_dirs, followup from r... (diff)
downloadbreakpad-111cce8a883fa32968de2f58eaed863849a4aaf3.tar.xz
Add missing "using std::sort" to dwarf_cu_to_module.cc.
Patch by Julian Seward <jseward@acm.org>, R=ted git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1117 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/common/dwarf_cu_to_module.cc')
-rw-r--r--src/common/dwarf_cu_to_module.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/dwarf_cu_to_module.cc b/src/common/dwarf_cu_to_module.cc
index 55f69130..6b4a3ad3 100644
--- a/src/common/dwarf_cu_to_module.cc
+++ b/src/common/dwarf_cu_to_module.cc
@@ -54,6 +54,7 @@ namespace google_breakpad {
using std::map;
using std::pair;
using std::set;
+using std::sort;
using std::vector;
// Data provided by a DWARF specification DIE.