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/AutoComplete.cxx | |
parent | c6f21af4f42c480d20729ce0d285cee6e94ffcbb (diff) | |
download | scintilla-mirror-d4d3f82cc71c64c05ce6efdcb61164092da51c2b.tar.gz |
Files changed for new lexer design.
Diffstat (limited to 'src/AutoComplete.cxx')
-rw-r--r-- | src/AutoComplete.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/AutoComplete.cxx b/src/AutoComplete.cxx index cd58f6172..32cf7b2ed 100644 --- a/src/AutoComplete.cxx +++ b/src/AutoComplete.cxx @@ -8,10 +8,11 @@ #include <stdlib.h> #include <string.h> #include <stdio.h> +#include <assert.h> #include "Platform.h" -#include "CharClassify.h" +#include "CharacterSet.h" #include "AutoComplete.h" #ifdef SCI_NAMESPACE |