diff --git a/mailnews/imap/src/nsImapMailFolder.cpp b/mailnews/imap/src/nsImapMailFolder.cpp index df68dceb58e..66bc3d4ba04 100644 --- a/mailnews/imap/src/nsImapMailFolder.cpp +++ b/mailnews/imap/src/nsImapMailFolder.cpp @@ -37,6 +37,7 @@ #include "nsIMsgMailSession.h" #include "nsImapMessage.h" #include "nsIWebShell.h" +#include "nsMsgBaseCID.h" // we need this because of an egcs 1.0 (and possibly gcc) compiler bug // that doesn't allow you to call ::nsISupports::GetIID() inside of a class diff --git a/mailnews/imap/src/nsImapUrl.cpp b/mailnews/imap/src/nsImapUrl.cpp index 9605e71fa99..cc9942d472b 100644 --- a/mailnews/imap/src/nsImapUrl.cpp +++ b/mailnews/imap/src/nsImapUrl.cpp @@ -38,6 +38,7 @@ #include "nsCRT.h" #include "nsCOMPtr.h" #include "nsIImapIncomingServer.h" +#include "nsMsgBaseCID.h" // we need this because of an egcs 1.0 (and possibly gcc) compiler bug // that doesn't allow you to call ::nsISupports::GetIID() inside of a class diff --git a/mailnews/imap/src/nsImapUtils.cpp b/mailnews/imap/src/nsImapUtils.cpp index 5d750067ee6..1dd11e3c888 100644 --- a/mailnews/imap/src/nsImapUtils.cpp +++ b/mailnews/imap/src/nsImapUtils.cpp @@ -26,6 +26,7 @@ #include "nsIMsgMailSession.h" #include "nsIMsgIncomingServer.h" #include "nsIImapIncomingServer.h" +#include "nsMsgBaseCID.h" static NS_DEFINE_CID(kMsgMailSessionCID, NS_MSGMAILSESSION_CID); diff --git a/mailnews/local/tests/pop3/pop3Test.cpp b/mailnews/local/tests/pop3/pop3Test.cpp index 580ee9a619e..35c758c870f 100644 --- a/mailnews/local/tests/pop3/pop3Test.cpp +++ b/mailnews/local/tests/pop3/pop3Test.cpp @@ -51,6 +51,8 @@ #include "nsIMsgMailSession.h" #include "nsIMsgIncomingServer.h" #include "nsIPop3IncomingServer.h" +#include "nsMsgLocalCID.h" +#include "nsMsgBaseCID.h" #ifdef XP_PC #define NETLIB_DLL "netlib.dll" diff --git a/mailnews/news/src/nsNewsFolder.cpp b/mailnews/news/src/nsNewsFolder.cpp index fcc0f4fd790..035a2039cf6 100644 --- a/mailnews/news/src/nsNewsFolder.cpp +++ b/mailnews/news/src/nsNewsFolder.cpp @@ -44,6 +44,7 @@ #include "nsIMsgMailSession.h" #include "nsIMsgIncomingServer.h" #include "nsINntpIncomingServer.h" +#include "nsMsgBaseCID.h" #ifdef DEBUG_sspitzer_ #define DEBUG_NEWS 1 diff --git a/mailnews/news/src/nsNewsUtils.cpp b/mailnews/news/src/nsNewsUtils.cpp index 2b13e7bfd10..96ee3e910d9 100644 --- a/mailnews/news/src/nsNewsUtils.cpp +++ b/mailnews/news/src/nsNewsUtils.cpp @@ -25,6 +25,7 @@ #include "nsIMsgMailSession.h" #include "nsIMsgIncomingServer.h" #include "nsINntpIncomingServer.h" +#include "nsMsgBaseCID.h" static NS_DEFINE_CID(kMsgMailSessionCID, NS_MSGMAILSESSION_CID); diff --git a/mailnews/news/src/nsNntpService.cpp b/mailnews/news/src/nsNntpService.cpp index b36c3d13671..ab2b2d6cf3b 100644 --- a/mailnews/news/src/nsNntpService.cpp +++ b/mailnews/news/src/nsNntpService.cpp @@ -47,6 +47,7 @@ #include "nsNNTPNewsgroup.h" #include "nsCOMPtr.h" +#include "nsMsgBaseCID.h" // we need this because of an egcs 1.0 (and possibly gcc) compiler bug // that doesn't allow you to call ::nsISupports::GetIID() inside of a class