WebContent: Add missing LibGfx include

This commit is contained in:
Matthew Olsson 2023-02-25 10:43:09 -07:00 committed by Linus Groh
parent 6003bcfd2d
commit a9372de972
Notes: sideshowbarker 2024-07-17 07:25:39 +09:00

View file

@ -12,6 +12,7 @@
#include <AK/Function.h>
#include <AK/HashMap.h>
#include <AK/String.h>
#include <LibGfx/Rect.h>
#include <LibIPC/ConnectionToServer.h>
#include <LibJS/Forward.h>
#include <LibJS/Heap/MarkedVector.h>