diff options
Diffstat (limited to 'src/LexCaml.cxx')
| -rw-r--r-- | src/LexCaml.cxx | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/src/LexCaml.cxx b/src/LexCaml.cxx index 5f4fad5fb..539eee0de 100644 --- a/src/LexCaml.cxx +++ b/src/LexCaml.cxx @@ -42,6 +42,10 @@ static const int baseT[24] = {  	0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0,16	/* M - X */  }; +#ifdef SCI_NAMESPACE +using namespace Scintilla; +#endif +  #ifdef BUILD_AS_EXTERNAL_LEXER  /*  	(actually seems to work!) | 
