nsCOMPtr.h needs nsISupportsUtils.h. b=169049, r=rpotts, sr=alecf

This commit is contained in:
dougt%netscape.com 2002-09-17 02:32:00 +00:00
Родитель 7676695bd3
Коммит 2764a9a972
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -60,8 +60,8 @@
// for |NS_PRECONDITION| // for |NS_PRECONDITION|
#endif #endif
#ifndef nsISupports_h___ #ifndef nsISupportsUtils_h__
#include "nsISupports.h" #include "nsISupportsUtils.h"
// for |nsresult|, |NS_ADDREF|, |NS_GET_IID| et al // for |nsresult|, |NS_ADDREF|, |NS_GET_IID| et al
#endif #endif