Bug 1402824 - Include nsIRunnable in EventQueue.cpp to fix non-unified build. r=billm

nsIRunnable was used without prior declaration.

MozReview-Commit-ID: CVEkaw6xBsC

--HG--
extra : rebase_source : 06c71dfada5e26725d7771284a9f400bf7b5fdd8
This commit is contained in:
Philippe Normand 2017-09-25 10:43:30 +01:00
Родитель 1c42fb2d93
Коммит 342808b8f7
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -5,6 +5,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "mozilla/EventQueue.h"
#include "nsIRunnable.h"
using namespace mozilla;