aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/AutoComplete.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-07-13 21:38:26 +1000
committernyamatongwe <devnull@localhost>2010-07-13 21:38:26 +1000
commitd4d3f82cc71c64c05ce6efdcb61164092da51c2b (patch)
tree6c40f786e5ebf67016364b2dcdb1c15ee67ee1da /src/AutoComplete.cxx
parentc6f21af4f42c480d20729ce0d285cee6e94ffcbb (diff)
downloadscintilla-mirror-d4d3f82cc71c64c05ce6efdcb61164092da51c2b.tar.gz
Files changed for new lexer design.
Diffstat (limited to 'src/AutoComplete.cxx')
-rw-r--r--src/AutoComplete.cxx3
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