diff options
author | Moonchild <moonchild@palemoon.org> | 2020-06-03 11:44:55 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-06-03 11:44:55 +0000 |
commit | 2deaddfca28508ac1a634eb6088a1da8e571ec6e (patch) | |
tree | 9fe0fb7c2c41cd5dcc7887929bfcb90743cb6129 | |
parent | 0ccb51f2aebd7b1f88d1911a32f397218a77129d (diff) | |
download | uxp-2deaddfca28508ac1a634eb6088a1da8e571ec6e.tar.gz |
Fix missing includeRELBASE_20200603
-rw-r--r-- | dom/media/eme/EMEUtils.h | 1 |
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 { |