mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibWeb: Add missing Page.h include to SVGDecodedImageData
The PageClient for SVGDecodedImageData needs to actually have the definition of PageClient available in order to inherit from it. This fixes importing this header from Objective-C or Swift.
This commit is contained in:
parent
35f4b8bb5c
commit
e45b7b0a86
Notes:
github-actions[bot]
2024-08-19 10:58:07 +00:00
Author: https://github.com/ADKaster
Commit: e45b7b0a86
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1107
Reviewed-by: https://github.com/jamierocks
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include <LibWeb/DOM/Document.h>
|
||||
#include <LibWeb/HTML/DecodedImageData.h>
|
||||
#include <LibWeb/Page/Page.h>
|
||||
|
||||
namespace Web::SVG {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue