mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-02 09:18:52 +00:00
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:
parent
4d0537ee80
commit
0cb7f2ab6d
Notes:
github-actions[bot]
2025-02-06 16:48:50 +00:00
Author: https://github.com/AtkinsSJ
Commit: 0cb7f2ab6d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3464
Reviewed-by: https://github.com/ADKaster
3 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
#include <LibWeb/Bindings/Intrinsics.h>
|
||||
#include <LibWeb/CSS/CSSRuleList.h>
|
||||
#include <LibWeb/CSS/CSSStyleRule.h>
|
||||
#include <LibWeb/CSS/CSSStyleSheet.h>
|
||||
#include <LibWeb/CSS/Parser/Parser.h>
|
||||
#include <LibWeb/CSS/StyleComputer.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue