Bug 1393392 P0 - fix compiling error; draft
authorKaku Kuo <kaku@mozilla.com>
Fri, 25 Aug 2017 11:11:47 +0800
changeset 654766 afc6cd56480489821705a562d7ffcb5610444ebb
parent 652622 2306e153fba9ca55726ffcce889eaca7a479c29f
child 654767 bdb4b6acd29eecb99af544899304cf0aa652f3b4
push id76675
push userbmo:kaku@mozilla.com
push dateTue, 29 Aug 2017 08:04:28 +0000
bugs1393392
milestone57.0a1
Bug 1393392 P0 - fix compiling error; MozReview-Commit-ID: 6DN1mciwPv
dom/media/platforms/apple/AppleVTLinker.cpp
--- a/dom/media/platforms/apple/AppleVTLinker.cpp
+++ b/dom/media/platforms/apple/AppleVTLinker.cpp
@@ -4,16 +4,17 @@
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 #include <dlfcn.h>
 
 #include "AppleVTLinker.h"
 #include "mozilla/ArrayUtils.h"
 #include "nsDebug.h"
+#include "PlatformDecoderModule.h" // for sPDMLog
 
 #define LOG(...) MOZ_LOG(sPDMLog, mozilla::LogLevel::Debug, (__VA_ARGS__))
 
 namespace mozilla {
 
 AppleVTLinker::LinkStatus
 AppleVTLinker::sLinkStatus = LinkStatus_INIT;