From 02cd457457005f0e17d753daf6e68ddd2a4983fd Mon Sep 17 00:00:00 2001 From: Roy Tam Date: Sat, 2 May 2020 10:08:13 +0800 Subject: [PATCH] fix build after merge --- dom/media/platforms/PlatformDecoderModule.h | 1 + 1 file changed, 1 insertion(+) diff --git a/dom/media/platforms/PlatformDecoderModule.h b/dom/media/platforms/PlatformDecoderModule.h index d57bf54f85..5684dea2de 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 "ImageContainer.h" #include "DecoderDoctorDiagnostics.h" #include "MediaDecoderReader.h" #include "MediaInfo.h"