diff --git a/mozilla/mailnews/compose/src/nsMsgSendLater.h b/mozilla/mailnews/compose/src/nsMsgSendLater.h index 0b6c6167d51..6c657ea78cc 100644 --- a/mozilla/mailnews/compose/src/nsMsgSendLater.h +++ b/mozilla/mailnews/compose/src/nsMsgSendLater.h @@ -22,6 +22,8 @@ #include "nsIMsgIdentity.h" #include "nsIMsgSendLater.h" #include "nsIEnumerator.h" +#include "nsIMsgFolder.h" +#include "nsIMessage.h" #include "nsIFileSpec.h" class nsMsgSendLater: public nsIMsgSendLater @@ -44,7 +46,7 @@ private: // Private Information nsIMsgIdentity *mIdentity; nsCOMPtr mMessageFolder; - nsCOMPtr mMessage; + nsCOMPtr mMessage; nsIFileSpec *mTempFileSpec; nsIEnumerator *mEnumerator; PRBool mFirstTime;