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