LibCore: Add missing HashMap include to Windows EventLoop

This commit is contained in:
Andrew Kaster 2025-02-10 13:02:51 -07:00 committed by Andrew Kaster
parent 6ebba0d847
commit 25f00b2486
Notes: github-actions[bot] 2025-02-11 08:42:44 +00:00

View file

@ -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>