aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/PositionCache.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-03-23 05:36:57 +0000
committernyamatongwe <devnull@localhost>2010-03-23 05:36:57 +0000
commit7eeabefc7dc4324ce78324d801c496d099520832 (patch)
tree7d3ec69ef423479367c6d450c78f38d594fb4e13 /src/PositionCache.cxx
parent99335bdcf3814c7268bfb3f1a9c0906e59ae11c3 (diff)
downloadscintilla-mirror-7eeabefc7dc4324ce78324d801c496d099520832.tar.gz
Upper and lower casing now works on non-ASCII characters.
Diffstat (limited to 'src/PositionCache.cxx')
-rw-r--r--src/PositionCache.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PositionCache.cxx b/src/PositionCache.cxx
index 6b48f1859..d27205b5f 100644
--- a/src/PositionCache.cxx
+++ b/src/PositionCache.cxx
@@ -10,6 +10,7 @@
#include <stdio.h>
#include <ctype.h>
+#include <string>
#include <vector>
#include "Platform.h"