nsILookAndFeel.h forward declares nsSize so include nsSize.h to actually get the class info.

Bug #103579 r=pavlov
This commit is contained in:
seawood%netscape.com 2001-10-12 06:23:17 +00:00
parent b32ed94ba9
commit 8304fcb5c7

View File

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