Bug 1602113 - Add missing include of nsComponentManagerUtils.h to saxparser. r=frg

This commit is contained in:
Bill Gianopoulos 2019-12-07 08:41:43 -05:00
Родитель bc17d0ef98
Коммит 25698ee449
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -11,6 +11,7 @@
#include "nsNetCID.h"
#include "nsNetUtil.h"
#include "nsIParser.h"
#include "nsComponentManagerUtils.h" // for do_CreateInstance
#include "nsParserCIID.h"
#include "nsStreamUtils.h"
#include "nsStringStream.h"