diff options
Diffstat (limited to 'src/LexNsis.cxx')
-rw-r--r-- | src/LexNsis.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/LexNsis.cxx b/src/LexNsis.cxx index b26cf6b3f..93f0cd4d6 100644 --- a/src/LexNsis.cxx +++ b/src/LexNsis.cxx @@ -19,6 +19,10 @@ #include "Scintilla.h" #include "SciLexer.h" +#ifdef SCI_NAMESPACE +using namespace Scintilla; +#endif + /* // located in SciLexer.h #define SCLEX_NSIS 43 |