From 519cd02fc02167333f031ca6ebd43b038e0c39e5 Mon Sep 17 00:00:00 2001 From: "waterson%netscape.com" Date: Thu, 30 Aug 2001 04:42:01 +0000 Subject: [PATCH] Fix more debug-only win32 bustage. --- xpcom/build/dlldeps.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xpcom/build/dlldeps.cpp b/xpcom/build/dlldeps.cpp index a0c7a0b462b..49d2995c5ff 100644 --- a/xpcom/build/dlldeps.cpp +++ b/xpcom/build/dlldeps.cpp @@ -42,6 +42,7 @@ #include "nsEnumeratorUtils.h" #include "nsQuickSort.h" #include "nsString.h" +#include "nsPrintfCString.h" #include "nsSupportsArray.h" #include "nsProxyEventPrivate.h" #include "xpt_xdr.h" @@ -148,6 +149,7 @@ void XXXNeverCalled() nsStorageStream(); NS_NewBinaryInputStream(0, 0); nsString foo; + nsPrintfCString bar(""); nsLinebreakConverter::ConvertStringLineBreaks(foo, nsLinebreakConverter::eLinebreakAny, nsLinebreakConverter::eLinebreakContent); NS_NewLocalFile(NULL, PR_FALSE, NULL);