diff --git a/indra/llui/lluicolortable.h b/indra/llui/lluicolortable.h
index 9440b88796f507eaa15c1863c550515c801cbaa0..3fa167ac78750040725d855198d0d94ceb4d7c7c 100644
--- a/indra/llui/lluicolortable.h
+++ b/indra/llui/lluicolortable.h
@@ -42,7 +42,7 @@ class LLUIColorTable final : public LLSingleton<LLUIColorTable>
 	LOG_CLASS(LLUIColorTable);
 
 	// consider using sorted vector, can be much faster
-	typedef std::map<std::string, LLUIColor, std::less<>>  string_color_map_t;
+	typedef absl::node_hash_map<std::string, LLUIColor>  string_color_map_t;
 
 public:
 	struct ColorParams : LLInitParam::ChoiceBlock<ColorParams>