Browse Source

LibWeb: Add ImageBox to forwarding header

Timothy Flynn 1 year ago
parent
commit
c4295edc81
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Userland/Libraries/LibWeb/Forward.h

+ 1 - 0
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;