LibGUI: Add missing Vector.h include to Event.h

This commit is contained in:
Andreas Kling 2020-05-12 23:28:08 +02:00
parent 35c2d389f5
commit 7dd8f1b921
Notes: sideshowbarker 2024-07-19 06:41:53 +09:00

View file

@ -26,6 +26,7 @@
#pragma once
#include <AK/Vector.h>
#include <Kernel/KeyCode.h>
#include <LibCore/Event.h>
#include <LibGUI/WindowType.h>