mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
AK: Add a missing using AK::OrderedHashMap
statement
This commit is contained in:
parent
4a81c79909
commit
f1f00be691
Notes:
sideshowbarker
2024-07-18 12:12:57 +09:00
Author: https://github.com/IdanHo Commit: https://github.com/SerenityOS/serenity/commit/f1f00be6915 Pull-request: https://github.com/SerenityOS/serenity/pull/8076 Reviewed-by: https://github.com/linusg ✅
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