From 30b1cf192783a019da64ba56b565b3bd712ac95b Mon Sep 17 00:00:00 2001 From: "jst%netscape.com" Date: Wed, 28 Nov 2001 07:18:35 +0000 Subject: [PATCH] Adding missing #include that's needed for debug builds. --- htmlparser/src/nsHTMLTags.cpp | 1 + parser/htmlparser/src/nsHTMLTags.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/htmlparser/src/nsHTMLTags.cpp b/htmlparser/src/nsHTMLTags.cpp index 62fb9b5ec74..d5c7c5978f7 100644 --- a/htmlparser/src/nsHTMLTags.cpp +++ b/htmlparser/src/nsHTMLTags.cpp @@ -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 diff --git a/parser/htmlparser/src/nsHTMLTags.cpp b/parser/htmlparser/src/nsHTMLTags.cpp index 62fb9b5ec74..d5c7c5978f7 100644 --- a/parser/htmlparser/src/nsHTMLTags.cpp +++ b/parser/htmlparser/src/nsHTMLTags.cpp @@ -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