diff options
Diffstat (limited to 'src/LexBasic.cxx')
-rw-r--r-- | src/LexBasic.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/LexBasic.cxx b/src/LexBasic.cxx index 79ba2b891..1c5d7b425 100644 --- a/src/LexBasic.cxx +++ b/src/LexBasic.cxx @@ -31,6 +31,10 @@ #include "Scintilla.h" #include "SciLexer.h" +#ifdef SCI_NAMESPACE +using namespace Scintilla; +#endif + /* Bits: * 1 - whitespace * 2 - operator |