From 38ee69adfa25c81c6327bde2d1613d350a2e7e4a Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Mon, 16 Aug 2021 17:41:49 +0100 Subject: [PATCH] LibWeb: Add StyleValue to Forward.h --- 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 7c14e9fa8d..3954b2dcfe 100644 --- a/Userland/Libraries/LibWeb/Forward.h +++ b/Userland/Libraries/LibWeb/Forward.h @@ -27,6 +27,7 @@ class Selector; class StyleProperties; class StyleResolver; class StyleSheet; +class StyleValue; enum class Display; }