LibWeb: Add some missing includes

These were being transitively included before via ParsingContext.h, but
that will break in a subsequent commit.
This commit is contained in:
Sam Atkins 2025-02-05 11:54:17 +00:00
commit 0cb7f2ab6d
Notes: github-actions[bot] 2025-02-06 16:48:50 +00:00
3 changed files with 3 additions and 0 deletions

View file

@ -7,6 +7,7 @@
#include <LibWeb/CSS/CSSStyleDeclaration.h>
#include <LibWeb/CSS/CascadedProperties.h>
#include <LibWeb/CSS/Parser/Parser.h>
#include <LibWeb/DOM/Element.h>
namespace Web::CSS {
GC_DEFINE_ALLOCATOR(CascadedProperties);