Issue #80 - Fix includes in dom/media/platforms for Mac build

This commit is contained in:
adeshkp 2020-04-24 10:21:33 -04:00 committed by Roy Tam
commit b788c64cea
3 changed files with 8 additions and 1 deletions

View file

@ -7,7 +7,9 @@
#include <dlfcn.h>
#include "AppleCMLinker.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__))