LibGUI: Add missing headers

This commit is contained in:
Ben Wiederhake 2021-09-16 21:07:58 +02:00 committed by Linus Groh
commit 9d2e06b039
Notes: sideshowbarker 2024-07-18 02:58:52 +09:00
8 changed files with 9 additions and 0 deletions

View file

@ -8,6 +8,7 @@
#include <AK/Optional.h>
#include <AK/StdLibExtras.h>
#include <AK/String.h>
#include <LibGfx/Forward.h>
#include <LibGfx/Point.h>
#include <LibGfx/Rect.h>