mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-03 04:52:54 +00:00
try to fix bug caused when I removed iostream from nsString
This commit is contained in:
parent
26a111aff8
commit
db57ad2df6
@ -23,13 +23,14 @@
|
||||
#include "nsLocale.h"
|
||||
#include "nsLocaleCID.h"
|
||||
#include "nsIComponentManager.h"
|
||||
#include <ctype.h> // for isalpha, tolower & isspace
|
||||
|
||||
#ifdef XP_PC
|
||||
#include <windows.h>
|
||||
#endif
|
||||
#if defined(XP_UNIX) || defined(XP_BEOS)
|
||||
#include <locale.h>
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h> // for isalpha, tolower & isspace
|
||||
#endif
|
||||
|
||||
#define NSILOCALE_MAX_ACCEPT_LANGUAGE 16
|
||||
|
Loading…
x
Reference in New Issue
Block a user