Adding missing #include that's needed for debug builds.

This commit is contained in:
jst%netscape.com 2001-11-28 07:18:35 +00:00
Родитель 45532cd1eb
Коммит 30b1cf1927
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -40,6 +40,7 @@
#include "nsCRT.h"
#include "nsReadableUtils.h"
#include "plhash.h"
#include "nsString.h"
// C++ sucks! There's no way to do this with a macro, at least not
// that I know, if you know how to do this with a macro then please do

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

@ -40,6 +40,7 @@
#include "nsCRT.h"
#include "nsReadableUtils.h"
#include "plhash.h"
#include "nsString.h"
// C++ sucks! There's no way to do this with a macro, at least not
// that I know, if you know how to do this with a macro then please do