add header file includes to work around vc bug

This commit is contained in:
bienvenu%netscape.com 1999-05-10 17:39:23 +00:00
Родитель 7045aab2cb
Коммит b323a0826f
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -36,6 +36,9 @@
#include "nsIMAPNamespace.h"
#include "nsVoidArray.h"
#include "nsMsgLineBuffer.h" // we need this to use the nsMsgLineStreamBuffer helper class...
#include "nsIInputStream.h"
#include "nsIWebShell.h"
#include "nsIMsgIncomingServer.h"
class nsIMAPMessagePartIDArray;
class nsIMsgIncomingServer;