From 111cce8a883fa32968de2f58eaed863849a4aaf3 Mon Sep 17 00:00:00 2001 From: "ted.mielczarek@gmail.com" Date: Thu, 28 Feb 2013 19:52:37 +0000 Subject: Add missing "using std::sort" to dwarf_cu_to_module.cc. Patch by Julian Seward , R=ted git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1117 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/common/dwarf_cu_to_module.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/dwarf_cu_to_module.cc') 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. -- cgit v1.2.1