diff options
Diffstat (limited to 'src/LexCsound.cxx')
| -rw-r--r-- | src/LexCsound.cxx | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/src/LexCsound.cxx b/src/LexCsound.cxx index 27f7b990a..4162c9b3a 100644 --- a/src/LexCsound.cxx +++ b/src/LexCsound.cxx @@ -20,6 +20,9 @@  #include "Scintilla.h"  #include "SciLexer.h" +#ifdef SCI_NAMESPACE +using namespace Scintilla; +#endif  static inline bool IsAWordChar(const int ch) {  	return (ch < 0x80) && (isalnum(ch) || ch == '.' || | 
