mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2025-01-09 01:35:27 +00:00
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:
parent
7a469b1031
commit
111cce8a88
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue