1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:57:35 +00:00

LibGUI: Add missing #include

This commit is contained in:
thislooksfun 2021-10-28 00:46:05 -05:00 committed by Andreas Kling
parent 6bd16cc309
commit 1bf428d296

View file

@ -8,6 +8,7 @@
#include <LibGUI/Forward.h>
#include <LibGUI/Label.h>
#include <LibGUI/TableView.h>
#include <LibGUI/TextEditor.h>
#include <LibGUI/Window.h>
#include <LibIPC/Decoder.h>