From 35b240c87d6d83ed0978103c5cec4f5b6124249a Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Fri, 24 Mar 2023 15:17:11 +0000 Subject: LibWeb: Split ImageStyleValue out of StyleValue.{h,cpp} --- Userland/Libraries/LibWeb/HTML/HTMLBodyElement.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Userland/Libraries/LibWeb/HTML') diff --git a/Userland/Libraries/LibWeb/HTML/HTMLBodyElement.cpp b/Userland/Libraries/LibWeb/HTML/HTMLBodyElement.cpp index 0a0be578f1..d2ef464426 100644 --- a/Userland/Libraries/LibWeb/HTML/HTMLBodyElement.cpp +++ b/Userland/Libraries/LibWeb/HTML/HTMLBodyElement.cpp @@ -7,6 +7,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3