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:
Daniel Holbert 2014-04-01 17:21:23 -07:00
parent b422f5c346
commit 2f52a506b6

View File

@ -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"