From 17f6b51acc123217b043b33bde197f5254b99130 Mon Sep 17 00:00:00 2001 From: "rickg%netscape.com" Date: Sat, 17 Jul 1999 11:03:50 +0000 Subject: [PATCH] try to fix bug caused when I removed iostream from nsString git-svn-id: svn://10.0.0.236/trunk@39857 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/intl/locale/src/nsLocaleFactory.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/intl/locale/src/nsLocaleFactory.cpp b/mozilla/intl/locale/src/nsLocaleFactory.cpp index bf756ccbf1e..685eb90a3d7 100644 --- a/mozilla/intl/locale/src/nsLocaleFactory.cpp +++ b/mozilla/intl/locale/src/nsLocaleFactory.cpp @@ -23,13 +23,14 @@ #include "nsLocale.h" #include "nsLocaleCID.h" #include "nsIComponentManager.h" +#include // for isalpha, tolower & isspace + #ifdef XP_PC #include #endif #if defined(XP_UNIX) || defined(XP_BEOS) #include #include -#include // for isalpha, tolower & isspace #endif #define NSILOCALE_MAX_ACCEPT_LANGUAGE 16