mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 990793: Add #include for nsIPresShell.h to nsBaseWidget.cpp so it doesn't depend indirectly on a separate #ifdeffed include. r=karl
This commit is contained in:
parent
d5c167694f
commit
6810209a88
@ -19,6 +19,7 @@
|
||||
#include "nsISimpleEnumerator.h"
|
||||
#include "nsIContent.h"
|
||||
#include "nsIDocument.h"
|
||||
#include "nsIPresShell.h"
|
||||
#include "nsIServiceManager.h"
|
||||
#include "mozilla/Preferences.h"
|
||||
#include "BasicLayers.h"
|
||||
|
Loading…
Reference in New Issue
Block a user