mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 03:25:13 +00:00
LibCore: Add missing HashMap include to Windows EventLoop
This commit is contained in:
parent
6ebba0d847
commit
25f00b2486
Notes:
github-actions[bot]
2025-02-11 08:42:44 +00:00
Author: https://github.com/ADKaster Commit: https://github.com/LadybirdBrowser/ladybird/commit/25f00b24862 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3534
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include <AK/HashMap.h>
|
||||
#include <LibCore/EventLoopImplementationWindows.h>
|
||||
#include <LibCore/Notifier.h>
|
||||
#include <LibCore/ThreadEventQueue.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue