From 19eda59359e2f7717c85f065f33d4186dd182097 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Tue, 19 Oct 2021 14:19:22 +0200 Subject: [PATCH] LibWeb: Add FlexFormattingContext to the 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 864b2f5f1e..894c9bed5c 100644 --- a/Userland/Libraries/LibWeb/Forward.h +++ b/Userland/Libraries/LibWeb/Forward.h @@ -242,6 +242,7 @@ class BlockFormattingContext; class Box; class ButtonBox; class CheckBox; +class FlexFormattingContext; class FormattingContext; class InitialContainingBlock; class InlineFormattingContext;