AK: Add a missing using AK::OrderedHashMap statement

This commit is contained in:
Idan Horowitz 2021-06-15 23:59:39 +03:00 committed by Linus Groh
parent 4a81c79909
commit f1f00be691

View file

@ -156,3 +156,4 @@ private:
}
using AK::HashMap;
using AK::OrderedHashMap;