Bug 1573026 - Include missing header in XULPersist for old XUL store. r=smaug

Beta builds use the old XUL store which was missing a header after the
removal of XULDocument.

Differential Revision: https://phabricator.services.mozilla.com/D41608

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Brendan Dahl 2019-08-12 17:57:04 +00:00
Родитель 62485bc441
Коммит 87465f7cd7
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -10,6 +10,7 @@
# include "mozilla/XULStore.h"
#else
# include "nsIXULStore.h"
# include "nsIStringEnumerator.h"
#endif
#include "nsIXULWindow.h"