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 d5c167694f
commit 6810209a88

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"