Bug 1233648 - Fix some insufficient includes. r=kinetik.

This commit is contained in:
JW Wang 2015-12-18 15:12:45 +08:00
parent 7de7e77eef
commit 0846979c17
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include "mozilla/AbstractThread.h"
#include "mozilla/Atomics.h"
#include "mozilla/IndexSequence.h"
#include "mozilla/Mutex.h"
#include "mozilla/Tuple.h"
#include "mozilla/TypeTraits.h"

View File

@ -4,6 +4,7 @@
* 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 "MediaQueue.h"
#include "VideoSink.h"
namespace mozilla {