fmp4 decoder: add missing #include for mac

manual cherry-pick of ab938f4e956e4f53c9cec092892e9f308fcafaf9 by @trav90
This commit is contained in:
Steven Schlansker
2017-03-01 13:17:24 -08:00
committed by roytam1
parent afb41fac1c
commit 0fe5d973ae
+3 -1
View File
@@ -23,7 +23,9 @@
#include "nsIGfxInfo.h"
#include "AndroidBridge.h"
#endif
#ifdef MOZ_APPLEMEDIA
#include "AppleDecoderModule.h"
#endif
#ifdef MOZ_FFMPEG
#include "FFmpegRuntimeLinker.h"
#endif