From b1c87bea43d8e2d2448a770dd5d453a56e836e7a Mon Sep 17 00:00:00 2001 From: adeshkp Date: Sat, 25 Apr 2020 13:25:11 -0400 Subject: Issue #80 - Fix includes in dom/media/platfoms for Mac build --- dom/media/platforms/PlatformDecoderModule.h | 1 + dom/media/platforms/wrappers/H264Converter.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'dom') diff --git a/dom/media/platforms/PlatformDecoderModule.h b/dom/media/platforms/PlatformDecoderModule.h index 7480d8ff9a..d57bf54f85 100644 --- a/dom/media/platforms/PlatformDecoderModule.h +++ b/dom/media/platforms/PlatformDecoderModule.h @@ -7,6 +7,7 @@ #if !defined(PlatformDecoderModule_h_) #define PlatformDecoderModule_h_ +#include "DecoderDoctorDiagnostics.h" #include "MediaDecoderReader.h" #include "MediaInfo.h" #include "mozilla/MozPromise.h" diff --git a/dom/media/platforms/wrappers/H264Converter.cpp b/dom/media/platforms/wrappers/H264Converter.cpp index 0edbfc10ca..3b3859f92d 100644 --- a/dom/media/platforms/wrappers/H264Converter.cpp +++ b/dom/media/platforms/wrappers/H264Converter.cpp @@ -9,6 +9,7 @@ #include "H264Converter.h" #include "ImageContainer.h" #include "MediaInfo.h" +#include "PDMFactory.h" #include "mp4_demuxer/AnnexB.h" #include "mp4_demuxer/H264.h" -- cgit v1.2.3