diff options
author | XhmikosR <xhmikosr@users.sourceforge.net> | 2013-07-15 18:57:42 +0300 |
---|---|---|
committer | XhmikosR <xhmikosr@users.sourceforge.net> | 2013-07-18 05:20:16 +0300 |
commit | 4064119f44e17baf01cc4a00a5062d173965e86c (patch) | |
tree | a6fab3caacb3d26c53bd472a1add87cf7895e58c /scintilla/src/PositionCache.cxx | |
parent | 12e4cc85f793ec12c58074359bc53724dbf43ff3 (diff) | |
download | notepad2-mod-4064119f44e17baf01cc4a00a5062d173965e86c.zip notepad2-mod-4064119f44e17baf01cc4a00a5062d173965e86c.tar.gz notepad2-mod-4064119f44e17baf01cc4a00a5062d173965e86c.tar.bz2 |
update Scintilla to v3.3.4 [e074c3]
Diffstat (limited to 'scintilla/src/PositionCache.cxx')
-rw-r--r-- | scintilla/src/PositionCache.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scintilla/src/PositionCache.cxx b/scintilla/src/PositionCache.cxx index 116263a..cada960 100644 --- a/scintilla/src/PositionCache.cxx +++ b/scintilla/src/PositionCache.cxx @@ -32,6 +32,7 @@ #include "CharClassify.h"
#include "Decoration.h"
#include "ILexer.h"
+#include "CaseFolder.h"
#include "Document.h"
#include "Selection.h"
#include "PositionCache.h"
|