Bug 1480222 part 4: Give css ErrorReporter.h an actual nsString.h include (not nsStringFwd), since it has actual nsString member-vars which need full definition. r=TYLin

Differential Revision: https://phabricator.services.mozilla.com/D2632
This commit is contained in:
Daniel Holbert 2018-08-01 15:21:07 -07:00
Родитель deb467f397
Коммит 677e9015b8
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -9,7 +9,7 @@
#ifndef mozilla_css_ErrorReporter_h_
#define mozilla_css_ErrorReporter_h_
#include "nsStringFwd.h"
#include "nsString.h"
struct nsCSSToken;
class nsIDocument;