LibWeb: Add missing include to LineBoxFragment.h

This missing include is making clangd behave badly on this file.
This commit is contained in:
Timothy Flynn 2025-07-25 10:05:24 -04:00 committed by Jelle Raaijmakers
commit 8d17786b8c
Notes: github-actions[bot] 2025-07-25 16:17:49 +00:00

View file

@ -9,6 +9,7 @@
#include <LibGC/Ptr.h> #include <LibGC/Ptr.h>
#include <LibGfx/Rect.h> #include <LibGfx/Rect.h>
#include <LibGfx/TextLayout.h> #include <LibGfx/TextLayout.h>
#include <LibWeb/CSS/Enums.h>
#include <LibWeb/Forward.h> #include <LibWeb/Forward.h>
#include <LibWeb/PixelUnits.h> #include <LibWeb/PixelUnits.h>