Bug 1422394: Follow-up: Add missing include to fix mingw bustage; r=bustage

This commit is contained in:
Aaron Klotz 2017-12-05 13:00:05 -07:00
Родитель bdf8207a0f
Коммит 7abd7674c8
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -11,6 +11,7 @@
#if defined(MOZILLA_INTERNAL_API)
#include "mozilla/SystemGroup.h"
#include "nsString.h"
#include "nsThreadUtils.h"