mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
AK: Add a missing using AK::OrderedHashMap
statement
This commit is contained in:
parent
4a81c79909
commit
f1f00be691
1 changed files with 1 additions and 0 deletions
|
@ -156,3 +156,4 @@ private:
|
|||
}
|
||||
|
||||
using AK::HashMap;
|
||||
using AK::OrderedHashMap;
|
||||
|
|
Loading…
Reference in a new issue