Fixing VC5 build (include nsIDocShell.h before nsCOMPtr use) r=dbragg

This commit is contained in:
dveditz%netscape.com 2000-02-02 00:16:33 +00:00
parent d98a4d2ef9
commit 2ff3f382bb

View File

@ -24,6 +24,7 @@
#include "nsIComponentManager.h"
#include "nsIServiceManager.h"
#include "nsIDocShell.h"
#include "nsWebBrowser.h"
#include "nsWebBrowserSetup.h"
@ -91,4 +92,4 @@ NSUnregisterSelf(nsISupports* aServMgr, const char* aPath)
NS_ENSURE_SUCCESS(rv, rv);
return rv;
}
}