diff options
Diffstat (limited to 'src/LexCmake.cxx')
| -rw-r--r-- | src/LexCmake.cxx | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/src/LexCmake.cxx b/src/LexCmake.cxx index 3d5ee7581..f63eb399f 100644 --- a/src/LexCmake.cxx +++ b/src/LexCmake.cxx @@ -19,6 +19,9 @@  #include "Scintilla.h"  #include "SciLexer.h" +#ifdef SCI_NAMESPACE +using namespace Scintilla; +#endif  static bool isCmakeNumber(char ch)  { | 
