From 179b6782d5c19b1301c7440bee85933e1dfd316f Mon Sep 17 00:00:00 2001 From: Moonchild Date: Wed, 3 Jun 2020 11:44:55 +0000 Subject: [PATCH] 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 42483b9a0c..1fa9f7590b 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 {