mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Add missing includes to WebMDemuxer
This commit is contained in:
parent
76faa8e90f
commit
c0086bdae8
1 changed files with 4 additions and 0 deletions
|
|
@ -8,9 +8,13 @@
|
|||
|
||||
#include "nsTArray.h"
|
||||
#include "MediaDataDemuxer.h"
|
||||
#include "MediaResource.h"
|
||||
#include "NesteggPacketHolder.h"
|
||||
#include "mozilla/Move.h"
|
||||
|
||||
#include <deque>
|
||||
#include <stdint.h>
|
||||
|
||||
typedef struct nestegg nestegg;
|
||||
|
||||
namespace mozilla {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue