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:
parent
35c2d389f5
commit
7dd8f1b921
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/Vector.h>
|
||||
#include <Kernel/KeyCode.h>
|
||||
#include <LibCore/Event.h>
|
||||
#include <LibGUI/WindowType.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue