diff options
Diffstat (limited to 'src/LexAVE.cxx')
| -rw-r--r-- | src/LexAVE.cxx | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/src/LexAVE.cxx b/src/LexAVE.cxx index e30ee7dc9..2b7029b1a 100644 --- a/src/LexAVE.cxx +++ b/src/LexAVE.cxx @@ -22,6 +22,9 @@  #include "Scintilla.h"  #include "SciLexer.h" +#ifdef SCI_NAMESPACE +using namespace Scintilla; +#endif  static inline bool IsAWordChar(const int ch) { | 
