Oops, fix a couple of build problems

This commit is contained in:
akkana%netscape.com 2000-03-30 23:02:31 +00:00
parent 5cfcfb4b82
commit 406070f02b
2 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,7 @@
*/
#include "nsLookAndFeel.h"
#include "nsXPLookAndFeel.h"
#include <windows.h>
#include "nsFont.h"

View File

@ -24,6 +24,8 @@
#define __nsLookAndFeel
#include "nsILookAndFeel.h"
#include "nsCOMPtr.h"
class nsLookAndFeel: public nsILookAndFeel {
public:
nsLookAndFeel();