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
This commit is contained in:
ted.mielczarek@gmail.com 2013-02-28 19:52:37 +00:00
parent 7a469b1031
commit 111cce8a88

View file

@ -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.