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:
Andrew Kaster 2025-05-09 20:50:48 -06:00 committed by Andrew Kaster
commit accb77fda9
Notes: github-actions[bot] 2025-05-10 05:15:36 +00:00

View file

@ -9,6 +9,7 @@
#include <LibWeb/Bindings/PlatformObject.h>
#include <LibWeb/EncryptedMediaExtensions/EncryptedMediaExtensions.h>
#include <LibWeb/WebIDL/Types.h>
namespace Web::MediaCapabilitiesAPI {