Bug 820230 - Add missing #include to fix compile error. r=me

This commit is contained in:
Mats Palmgren 2012-12-12 00:15:07 +01:00
Родитель 4a453b2f3b
Коммит 51d407db90
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -29,6 +29,7 @@
#include "nsThread.h"
#include <media/MediaProfiles.h>
#include "mozilla/FileUtils.h"
#include "mozilla/Services.h"
#include "nsAlgorithm.h"
#include <media/mediaplayer.h>
#include "nsPrintfCString.h"

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

@ -31,6 +31,7 @@
#include "TimeZoneSettingObserver.h"
#endif
#include "mozilla/ipc/Ril.h"
#include "nsIObserverService.h"
#include "nsContentUtils.h"
#include "nsServiceManagerUtils.h"
#include "nsThreadUtils.h"