diff options
author | nyamatongwe <unknown> | 2010-07-13 21:38:26 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2010-07-13 21:38:26 +1000 |
commit | 46a09069e0fd52a121d8a5d6655d513d28198061 (patch) | |
tree | 78913d3187df5083bb4a2e8239ec598321b2597f /src/AutoComplete.cxx | |
parent | 4a42ef938d5cc3b13f42b4a3f4e7310a6b5cbf4b (diff) | |
download | scintilla-mirror-46a09069e0fd52a121d8a5d6655d513d28198061.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 |