From 4ad109c0392fcc7ca0201580859081eb7fb42110 Mon Sep 17 00:00:00 2001 From: "law%netscape.com" Date: Wed, 12 Jan 2000 22:37:21 +0000 Subject: [PATCH] Adding #include for that picky Solaris compiler; this will head off a future red cycle git-svn-id: svn://10.0.0.236/trunk@57582 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/src/xpwidgets/nsFileSpecWithUIImpl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/widget/src/xpwidgets/nsFileSpecWithUIImpl.cpp b/mozilla/widget/src/xpwidgets/nsFileSpecWithUIImpl.cpp index 2825601055a..2c7f05ef0e2 100644 --- a/mozilla/widget/src/xpwidgets/nsFileSpecWithUIImpl.cpp +++ b/mozilla/widget/src/xpwidgets/nsFileSpecWithUIImpl.cpp @@ -29,6 +29,7 @@ #include "nsIWebShell.h" #include "nsIDocumentViewer.h" #include "nsIPresShell.h" +#include "nsIViewManager.h" #undef NS_FILE_FAILURE #define NS_FILE_FAILURE NS_ERROR_GENERATE_FAILURE(NS_ERROR_MODULE_FILES,(0xFFFF))