From fa0f8f2b743e5de413c0af8cf3e52cc2c2e858bb Mon Sep 17 00:00:00 2001 From: "pinkerton%netscape.com" Date: Tue, 17 Apr 2001 02:19:32 +0000 Subject: [PATCH] include full class because of gcc r=saari/sr=hyatt, bug#75653 git-svn-id: svn://10.0.0.236/trunk@92491 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/src/mac/nsAppShell.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/widget/src/mac/nsAppShell.h b/mozilla/widget/src/mac/nsAppShell.h index 21918a8930f..d25cbb3af28 100644 --- a/mozilla/widget/src/mac/nsAppShell.h +++ b/mozilla/widget/src/mac/nsAppShell.h @@ -34,6 +34,7 @@ #include "nsIAppShell.h" #include "nsCOMPtr.h" +#include "nsIToolkit.h" #include @@ -42,7 +43,6 @@ using std::auto_ptr; class nsMacMessagePump; class nsMacMessageSink; class nsMacMemoryCushion; -class nsIToolkit; class nsAppShell : public nsIAppShell