summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/Parser/Parser.cpp
diff options
context:
space:
mode:
authorSam Atkins <atkinssj@serenityos.org>2023-03-24 17:48:42 +0000
committerLinus Groh <mail@linusgroh.de>2023-03-25 16:56:04 +0000
commit9b834058ee0ce315c6697cc2f0b73b29740316fe (patch)
treecefbe16342e744f41f1db1c6d7dd83e74f6212c3 /Userland/Libraries/LibWeb/CSS/Parser/Parser.cpp
parent08fa5138875899ca809fe8ddd8b6cade9c47e24a (diff)
downloadserenity-9b834058ee0ce315c6697cc2f0b73b29740316fe.zip
LibWeb: Split StringStyleValue out of StyleValue.{h,cpp}
Diffstat (limited to 'Userland/Libraries/LibWeb/CSS/Parser/Parser.cpp')
-rw-r--r--Userland/Libraries/LibWeb/CSS/Parser/Parser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/CSS/Parser/Parser.cpp b/Userland/Libraries/LibWeb/CSS/Parser/Parser.cpp
index 924e8c374d..557dfdf69a 100644
--- a/Userland/Libraries/LibWeb/CSS/Parser/Parser.cpp
+++ b/Userland/Libraries/LibWeb/CSS/Parser/Parser.cpp
@@ -63,6 +63,7 @@
#include <LibWeb/CSS/StyleValues/RadialGradientStyleValue.h>
#include <LibWeb/CSS/StyleValues/ResolutionStyleValue.h>
#include <LibWeb/CSS/StyleValues/ShadowStyleValue.h>
+#include <LibWeb/CSS/StyleValues/StringStyleValue.h>
#include <LibWeb/DOM/Document.h>
#include <LibWeb/Dump.h>
#include <LibWeb/Infra/Strings.h>