diff options
Diffstat (limited to 'src/LexCLW.cxx')
-rw-r--r-- | src/LexCLW.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/LexCLW.cxx b/src/LexCLW.cxx index e28e4b13b..624ef0f2b 100644 --- a/src/LexCLW.cxx +++ b/src/LexCLW.cxx @@ -21,6 +21,10 @@ #include "Scintilla.h" #include "SciLexer.h" +#ifdef SCI_NAMESPACE +using namespace Scintilla; +#endif + // Is an end of line character inline bool IsEOL(const int ch) { |