Fix usual bustage due to not including header with an nsCOMPtr type

This commit is contained in:
fur%netscape.com 1999-12-08 04:08:48 +00:00
Родитель efc7b3d01c
Коммит d381f82d0b
2 изменённых файлов: 1 добавлений и 1 удалений

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

@ -47,7 +47,6 @@
#include "nsAuthEngine.h"
#include "nsINetDataCacheManager.h"
#include "nsINetDataCache.h"
#include "nsICachedNetData.h"
// FIXME - Temporary include. Delete this when cache is enabled on all platforms
#include "nsIPref.h"

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

@ -39,6 +39,7 @@
#include "nsHTTPResponseListener.h"
#include "nsIStreamListener.h"
#include "nsIStreamObserver.h"
#include "nsICachedNetData.h"
class nsHTTPRequest;
class nsHTTPResponse;