diff options
Diffstat (limited to 'src/LexBullant.cxx')
-rw-r--r-- | src/LexBullant.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/LexBullant.cxx b/src/LexBullant.cxx index 902f89c1e..cc60cd2fc 100644 --- a/src/LexBullant.cxx +++ b/src/LexBullant.cxx @@ -15,6 +15,9 @@ #include "Scintilla.h" #include "SciLexer.h" +#ifdef SCI_NAMESPACE +using namespace Scintilla; +#endif static int classifyWordBullant(unsigned int start, unsigned int end, WordList &keywords, Accessor &styler) { char s[100]; |