LibGUI: Add missing Vector.h include to Event.h
This commit is contained in:
parent
35c2d389f5
commit
7dd8f1b921
Notes:
sideshowbarker
2024-07-19 06:41:53 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/7dd8f1b921c
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
Reference in a new issue