From c4295edc8151b574c309a60c444d3d01860fad8a Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Sun, 18 Feb 2024 20:08:46 -0500 Subject: [PATCH] LibWeb: Add ImageBox to forwarding header --- Userland/Libraries/LibWeb/Forward.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Userland/Libraries/LibWeb/Forward.h b/Userland/Libraries/LibWeb/Forward.h index 8b95b9f338..17b67200b0 100644 --- a/Userland/Libraries/LibWeb/Forward.h +++ b/Userland/Libraries/LibWeb/Forward.h @@ -508,6 +508,7 @@ class ButtonBox; class CheckBox; class FlexFormattingContext; class FormattingContext; +class ImageBox; class InlineFormattingContext; class Label; class LabelableNode;