diff options
author | nyamatongwe <devnull@localhost> | 2010-07-13 21:38:26 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2010-07-13 21:38:26 +1000 |
commit | d4d3f82cc71c64c05ce6efdcb61164092da51c2b (patch) | |
tree | 6c40f786e5ebf67016364b2dcdb1c15ee67ee1da /src/PositionCache.cxx | |
parent | c6f21af4f42c480d20729ce0d285cee6e94ffcbb (diff) | |
download | scintilla-mirror-d4d3f82cc71c64c05ce6efdcb61164092da51c2b.tar.gz |
Files changed for new lexer design.
Diffstat (limited to 'src/PositionCache.cxx')
-rw-r--r-- | src/PositionCache.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PositionCache.cxx b/src/PositionCache.cxx index d27205b5f..548b4d940 100644 --- a/src/PositionCache.cxx +++ b/src/PositionCache.cxx @@ -30,6 +30,7 @@ #include "ViewStyle.h" #include "CharClassify.h" #include "Decoration.h" +#include "ILexer.h" #include "Document.h" #include "Selection.h" #include "PositionCache.h" |