Bug 1144984 - add missing includes in MediaTimer.cpp. r=bobbyholley

This commit is contained in:
Jan-Ivar Bruaroey 2015-03-18 21:21:15 -04:00
Родитель 85e3815714
Коммит d9836cc0ca
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -10,6 +10,8 @@
#include "nsComponentManagerUtils.h"
#include "nsThreadUtils.h"
#include "mozilla/RefPtr.h"
#include "SharedThreadPool.h"
namespace mozilla {