and the include file it will need

This commit is contained in:
scc%mozilla.org 2000-09-02 22:46:16 +00:00
Родитель 424a53f3a8
Коммит babe4ad896
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -69,6 +69,8 @@
#include "nsINetSupportDialogService.h"
#include "nsIInterfaceRequestor.h"
#include "nsReadableUtils.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
// that multiply inherits from nsISupports