diff --git a/src/abg-writer.cc b/src/abg-writer.cc index 76ce809b..df0e17a3 100644 --- a/src/abg-writer.cc +++ b/src/abg-writer.cc @@ -124,14 +124,10 @@ typedef unordered_map type_ptr_map; // A convenience typedef for a set of type_base*. -typedef unordered_set -type_ptr_set_type; +typedef std::unordered_set type_ptr_set_type; /// A convenience typedef for a set of function type*. -typedef unordered_set -fn_type_ptr_set_type; +typedef std::unordered_set fn_type_ptr_set_type; typedef unordered_map, string,