1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09:00

LibWeb/CSS: Add missing include to StringStyleValue.h

This commit is contained in:
Sam Atkins 2025-04-03 11:34:23 +01:00
parent fd45c53c11
commit 1bc73ed4a8
Notes: github-actions[bot] 2025-04-04 09:42:04 +00:00

View file

@ -8,6 +8,7 @@
#include <AK/FlyString.h>
#include <LibWeb/CSS/CSSStyleValue.h>
#include <LibWeb/CSS/Serialize.h>
namespace Web::CSS {