diff options
author | adeshkp <adeshkp@users.noreply.github.com> | 2020-04-25 13:25:11 -0400 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-26 10:26:07 +0200 |
commit | 7605f4b0f831081df6c8c5851ea1749f222b2813 (patch) | |
tree | 6cb1fb95af9f5e4545ddfb7f25327e56c6227e43 /dom/media/platforms | |
parent | ab0e18135ff4946394a70871f73bb2def6d78642 (diff) | |
download | UXP-7605f4b0f831081df6c8c5851ea1749f222b2813.tar UXP-7605f4b0f831081df6c8c5851ea1749f222b2813.tar.gz UXP-7605f4b0f831081df6c8c5851ea1749f222b2813.tar.lz UXP-7605f4b0f831081df6c8c5851ea1749f222b2813.tar.xz UXP-7605f4b0f831081df6c8c5851ea1749f222b2813.zip |
Issue #80 - Fix include in PlatformDecoderModule.h
Diffstat (limited to 'dom/media/platforms')
-rw-r--r-- | dom/media/platforms/PlatformDecoderModule.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/media/platforms/PlatformDecoderModule.h b/dom/media/platforms/PlatformDecoderModule.h index 39e2b8ea1..5684dea2d 100644 --- a/dom/media/platforms/PlatformDecoderModule.h +++ b/dom/media/platforms/PlatformDecoderModule.h @@ -8,6 +8,7 @@ #define PlatformDecoderModule_h_ #include "ImageContainer.h" +#include "DecoderDoctorDiagnostics.h" #include "MediaDecoderReader.h" #include "MediaInfo.h" #include "mozilla/MozPromise.h" |