LibGUI: Add missing #include

This commit is contained in:
thislooksfun 2021-10-28 00:46:05 -05:00 committed by Andreas Kling
commit 1bf428d296
Notes: sideshowbarker 2024-07-18 01:34:28 +09:00

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>