From 2deaddfca28508ac1a634eb6088a1da8e571ec6e Mon Sep 17 00:00:00 2001 From: Moonchild Date: Wed, 3 Jun 2020 11:44:55 +0000 Subject: Fix missing include --- dom/media/eme/EMEUtils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/dom/media/eme/EMEUtils.h b/dom/media/eme/EMEUtils.h index 3b5d88561..b8f565329 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 { -- cgit v1.2.3