diff options
Diffstat (limited to 'src/LexCrontab.cxx')
| -rw-r--r-- | src/LexCrontab.cxx | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/src/LexCrontab.cxx b/src/LexCrontab.cxx index d139bb4f1..62044c370 100644 --- a/src/LexCrontab.cxx +++ b/src/LexCrontab.cxx @@ -21,6 +21,10 @@  #include "Scintilla.h"  #include "SciLexer.h" +#ifdef SCI_NAMESPACE +using namespace Scintilla; +#endif +  static void ColouriseNncrontabDoc(unsigned int startPos, int length, int, WordList  *keywordLists[], Accessor &styler)  { | 
