From fb67c8b0282ad3048398db60d2feaa79c1b58f08 Mon Sep 17 00:00:00 2001 From: adeshkp Date: Sat, 25 Apr 2020 13:25:11 -0400 Subject: [PATCH] Issue #80 - Fix includes in dom/media/platfoms for Mac build --- dom/media/platforms/PlatformDecoderModule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/media/platforms/PlatformDecoderModule.h b/dom/media/platforms/PlatformDecoderModule.h index 39e2b8ea11..d57bf54f85 100644 --- a/dom/media/platforms/PlatformDecoderModule.h +++ b/dom/media/platforms/PlatformDecoderModule.h @@ -7,7 +7,7 @@ #if !defined(PlatformDecoderModule_h_) #define PlatformDecoderModule_h_ -#include "ImageContainer.h" +#include "DecoderDoctorDiagnostics.h" #include "MediaDecoderReader.h" #include "MediaInfo.h" #include "mozilla/MozPromise.h"