mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibGUI: Add missing #include
This commit is contained in:
parent
6bd16cc309
commit
1bf428d296
Notes:
sideshowbarker
2024-07-18 01:34:28 +09:00
Author: https://github.com/thislooksfun
Commit: 1bf428d296
Pull-request: https://github.com/SerenityOS/serenity/pull/10642
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
#include <LibGUI/Forward.h>
|
#include <LibGUI/Forward.h>
|
||||||
#include <LibGUI/Label.h>
|
#include <LibGUI/Label.h>
|
||||||
|
#include <LibGUI/TableView.h>
|
||||||
#include <LibGUI/TextEditor.h>
|
#include <LibGUI/TextEditor.h>
|
||||||
#include <LibGUI/Window.h>
|
#include <LibGUI/Window.h>
|
||||||
#include <LibIPC/Decoder.h>
|
#include <LibIPC/Decoder.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue