From 5e4746f59d2e54da34dfe9bc0e64f11299160968 Mon Sep 17 00:00:00 2001 From: "buster%netscape.com" Date: Fri, 16 Apr 1999 19:34:13 +0000 Subject: [PATCH] I think this will fix Mac build. --- editor/base/nsTextEditor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/base/nsTextEditor.h b/editor/base/nsTextEditor.h index 550d3b2a9de..42576ce8a0a 100644 --- a/editor/base/nsTextEditor.h +++ b/editor/base/nsTextEditor.h @@ -25,6 +25,7 @@ #include "nsEditor.h" #include "nsTextEditRules.h" #include "TypeInState.h" +#include "nsString.h" class nsIStyleContext; class nsIDOMRange;