mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +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: https://github.com/LadybirdBrowser/ladybird/commit/e45b7b0a86b 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…
Reference in a new issue