1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:07:34 +00:00

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

View file

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