diff options
author | nyamatongwe <unknown> | 2010-03-23 05:36:57 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2010-03-23 05:36:57 +0000 |
commit | fd0e4a02c782d1a37f552ccfa06743f82bd7c091 (patch) | |
tree | 7d3ec69ef423479367c6d450c78f38d594fb4e13 /src/ScintillaBase.cxx | |
parent | a9235ffc9976527a6147ca87ca371ea70582404f (diff) | |
download | scintilla-mirror-fd0e4a02c782d1a37f552ccfa06743f82bd7c091.tar.gz |
Upper and lower casing now works on non-ASCII characters.
Diffstat (limited to 'src/ScintillaBase.cxx')
-rw-r--r-- | src/ScintillaBase.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ScintillaBase.cxx b/src/ScintillaBase.cxx index 714e989e7..cecfc0952 100644 --- a/src/ScintillaBase.cxx +++ b/src/ScintillaBase.cxx @@ -10,6 +10,7 @@ #include <stdio.h> #include <ctype.h> +#include <string> #include <vector> #include "Platform.h" |