From d6c7ef2346d60ad934231d6b4bf6d342b278a0d4 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 21 Jul 2009 09:05:43 +0000 Subject: Using a much simpler property set implementation. Accessor objects use the PropertyGet interface to access just the property set methods they need. Removed SString. --- src/LexNsis.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/LexNsis.cxx') diff --git a/src/LexNsis.cxx b/src/LexNsis.cxx index ab6304c42..b16cc9baf 100644 --- a/src/LexNsis.cxx +++ b/src/LexNsis.cxx @@ -13,6 +13,7 @@ #include "Platform.h" +#include "CharClassify.h" #include "PropSet.h" #include "Accessor.h" #include "KeyWords.h" -- cgit v1.2.3