summaryrefslogtreecommitdiff
path: root/dom/media
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-06-03 11:44:55 +0000
committerMoonchild <moonchild@palemoon.org>2020-06-03 14:23:28 +0000
commit7c52a76c5e12e54f91fbc077453298cb13270fc2 (patch)
tree6840f2c637a68387d7a8fe565f2e91818b9592c2 /dom/media
parent2e2f7a57a2c92ede47899606c37504f7e303dec7 (diff)
downloaduxp-7c52a76c5e12e54f91fbc077453298cb13270fc2.tar.gz
Fix missing include
Diffstat (limited to 'dom/media')
-rw-r--r--dom/media/eme/EMEUtils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/media/eme/EMEUtils.h b/dom/media/eme/EMEUtils.h
index 3b5d88561a..b8f565329a 100644
--- a/dom/media/eme/EMEUtils.h
+++ b/dom/media/eme/EMEUtils.h
@@ -11,6 +11,7 @@
#include "mozilla/Logging.h"
#include "nsString.h"
#include "nsTArray.h"
+#include "mozilla/dom/TypedArray.h"
namespace mozilla {