diff --git a/indra/newview/llcallingcard.h b/indra/newview/llcallingcard.h index 09c440c2761ff26d4a07b17a0690e642bd033c4e..081fc441004fc79b28641ebde78d2cd364232319 100644 --- a/indra/newview/llcallingcard.h +++ b/indra/newview/llcallingcard.h @@ -107,7 +107,7 @@ public: // add or remove agents from buddy list. Each method takes a set // of buddies and returns how many were actually added or removed. - typedef std::map<LLUUID, LLRelationship*> buddy_map_t; + typedef absl::flat_hash_map<LLUUID, LLRelationship*> buddy_map_t; S32 addBuddyList(const buddy_map_t& buddies); //S32 removeBuddyList(const buddy_list_t& exes);