diff options
Diffstat (limited to 'src/LexTCL.cxx')
| -rw-r--r-- | src/LexTCL.cxx | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/src/LexTCL.cxx b/src/LexTCL.cxx index c78214116..3c175de2a 100644 --- a/src/LexTCL.cxx +++ b/src/LexTCL.cxx @@ -20,6 +20,10 @@  #include "Scintilla.h"  #include "SciLexer.h" +#ifdef SCI_NAMESPACE +using namespace Scintilla; +#endif +  // Extended to accept accented characters  static inline bool IsAWordChar(int ch) {  	return ch >= 0x80 || | 
