Bug 1096089 - Add missing TimeRanges.h include. r=bustage

This is needed for non-unified builds. Thanks to Yuan Pengfei
for pointing out the issue.
This commit is contained in:
Ralph Giles 2015-01-26 10:07:10 -08:00
parent 454c5f3269
commit 89ad6af62f

View File

@ -8,6 +8,7 @@
#include "prlog.h"
#include "AbstractMediaDecoder.h"
#include "MediaDecoderReader.h"
#include "mozilla/dom/TimeRanges.h"
#ifdef PR_LOGGING
extern PRLogModuleInfo* GetMediaSourceLog();