mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
LibWeb: Add missing include to CSS/Parser/Types.h
CSS::Parser::Token is not forward-declarable here. This was caught by the Swift build on my machine.
This commit is contained in:
parent
b625a92a0b
commit
44443689f2
Notes:
github-actions[bot]
2024-11-07 21:54:22 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/44443689f22 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2212
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
#include <AK/Function.h>
|
||||
#include <AK/Variant.h>
|
||||
#include <AK/Vector.h>
|
||||
#include <LibWeb/CSS/Parser/Token.h>
|
||||
#include <LibWeb/CSS/StyleProperty.h>
|
||||
#include <LibWeb/Forward.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue