diff options
author | Sam Atkins <atkinssj@serenityos.org> | 2023-03-24 17:48:42 +0000 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2023-03-25 16:56:04 +0000 |
commit | 9b834058ee0ce315c6697cc2f0b73b29740316fe (patch) | |
tree | cefbe16342e744f41f1db1c6d7dd83e74f6212c3 /Userland/Libraries/LibWeb/CSS/Parser/Parser.cpp | |
parent | 08fa5138875899ca809fe8ddd8b6cade9c47e24a (diff) | |
download | serenity-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.cpp | 1 |
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> |