summaryrefslogtreecommitdiffstats
path: root/dom
diff options
context:
space:
mode:
authoradeshkp <adeshkp@users.noreply.github.com>2020-04-25 13:25:11 -0400
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-26 10:26:07 +0200
commit7605f4b0f831081df6c8c5851ea1749f222b2813 (patch)
tree6cb1fb95af9f5e4545ddfb7f25327e56c6227e43 /dom
parentab0e18135ff4946394a70871f73bb2def6d78642 (diff)
downloadUXP-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')
-rw-r--r--dom/media/platforms/PlatformDecoderModule.h1
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"