diff options
author | adeshkp <adeshkp@users.noreply.github.com> | 2020-04-24 10:21:33 -0400 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-26 10:22:20 +0200 |
commit | f174801b6431a1387046bff63f15ab5fa1015ee7 (patch) | |
tree | 2b388eed918c2b3ac7965a1fe3735f5ae7856415 /dom/media/platforms/apple/AppleVTLinker.cpp | |
parent | 3caceeb539b1bfe8729f1c9e8e45a9e4e65e72e1 (diff) | |
download | UXP-f174801b6431a1387046bff63f15ab5fa1015ee7.tar UXP-f174801b6431a1387046bff63f15ab5fa1015ee7.tar.gz UXP-f174801b6431a1387046bff63f15ab5fa1015ee7.tar.lz UXP-f174801b6431a1387046bff63f15ab5fa1015ee7.tar.xz UXP-f174801b6431a1387046bff63f15ab5fa1015ee7.zip |
Issue #80 - Fix includes in dom/media/platforms for Mac build
Diffstat (limited to 'dom/media/platforms/apple/AppleVTLinker.cpp')
-rw-r--r-- | dom/media/platforms/apple/AppleVTLinker.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/media/platforms/apple/AppleVTLinker.cpp b/dom/media/platforms/apple/AppleVTLinker.cpp index 51a8a0122..287de3ed3 100644 --- a/dom/media/platforms/apple/AppleVTLinker.cpp +++ b/dom/media/platforms/apple/AppleVTLinker.cpp @@ -7,7 +7,9 @@ #include <dlfcn.h> #include "AppleVTLinker.h" +#include "PlatformDecoderModule.h" #include "mozilla/ArrayUtils.h" +#include "mozilla/Logging.h" #include "nsDebug.h" #define LOG(...) MOZ_LOG(sPDMLog, mozilla::LogLevel::Debug, (__VA_ARGS__)) |