mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
nsILookAndFeel.h forward declares nsSize so include nsSize.h to actually get the class info.
Bug #103579 r=pavlov
This commit is contained in:
parent
b32ed94ba9
commit
8304fcb5c7
@ -38,6 +38,9 @@
|
||||
#include "nsLookAndFeel.h"
|
||||
#include "nsQApplication.h"
|
||||
#include "nsXPLookAndFeel.h"
|
||||
#ifdef NS_DEBUG
|
||||
#include "nsSize.h" // needed for nsILookAndFeel's forward declaration
|
||||
#endif
|
||||
|
||||
#include <qpalette.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user