aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.