summaryrefslogtreecommitdiffstats
path: root/dom/media/platforms/PlatformDecoderModule.h
diff options
context:
space:
mode:
authorNew Tobin Paradigm <email@mattatobin.com>2020-04-25 20:14:00 -0400
committerGitHub <noreply@github.com>2020-04-25 20:14:00 -0400
commit3b83de99746429e13b1625f03adb9408d0726fb2 (patch)
treedf3d75a23d9f5b4a8ead8a1bd6eea77eaf7676c3 /dom/media/platforms/PlatformDecoderModule.h
parent802efaedc782663d84b41958d7240bde71521a34 (diff)
parentadbbcd51c3ebb70135ee88ba750763d44c522b12 (diff)
downloadUXP-3b83de99746429e13b1625f03adb9408d0726fb2.tar
UXP-3b83de99746429e13b1625f03adb9408d0726fb2.tar.gz
UXP-3b83de99746429e13b1625f03adb9408d0726fb2.tar.lz
UXP-3b83de99746429e13b1625f03adb9408d0726fb2.tar.xz
UXP-3b83de99746429e13b1625f03adb9408d0726fb2.zip
Merge pull request #1524 from adeshkp/deunify_dom_2
Fix includes in dom for Mac build
Diffstat (limited to 'dom/media/platforms/PlatformDecoderModule.h')
-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 7480d8ff9..d57bf54f8 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"