mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
LibWeb: Add missing WebIDL/Types include to MediaCapabilities.h
This causes a build failure when building a clang module for LibWeb.
This commit is contained in:
parent
7da2339c89
commit
accb77fda9
Notes:
github-actions[bot]
2025-05-10 05:15:36 +00:00
Author: https://github.com/ADKaster
Commit: accb77fda9
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4680
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
|
||||
#include <LibWeb/Bindings/PlatformObject.h>
|
||||
#include <LibWeb/EncryptedMediaExtensions/EncryptedMediaExtensions.h>
|
||||
#include <LibWeb/WebIDL/Types.h>
|
||||
|
||||
namespace Web::MediaCapabilitiesAPI {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue