diff --git a/Meta/Lagom/Tools/CodeGenerators/LibWeb/GenerateCSSPropertyID.cpp b/Meta/Lagom/Tools/CodeGenerators/LibWeb/GenerateCSSPropertyID.cpp index d587622c963..214714ffd3b 100644 --- a/Meta/Lagom/Tools/CodeGenerators/LibWeb/GenerateCSSPropertyID.cpp +++ b/Meta/Lagom/Tools/CodeGenerators/LibWeb/GenerateCSSPropertyID.cpp @@ -182,6 +182,7 @@ ErrorOr generate_header_file(JsonObject& properties, JsonObject&, Core::Fi #include #include #include +#include #include #include #include @@ -255,6 +256,8 @@ enum class PropertyID : @property_id_underlying_type@ { generator.append(R"~~~( }; +using PropertyIDOrCustomPropertyName = Variant; + enum class AnimationType { Discrete, ByComputedValue,