diff options
Diffstat (limited to 'src/LexMatlab.cxx')
-rw-r--r-- | src/LexMatlab.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/LexMatlab.cxx b/src/LexMatlab.cxx index 626001cd3..9652a6f60 100644 --- a/src/LexMatlab.cxx +++ b/src/LexMatlab.cxx @@ -25,6 +25,9 @@ #include "Scintilla.h" #include "SciLexer.h" +#ifdef SCI_NAMESPACE +using namespace Scintilla; +#endif static bool IsMatlabCommentChar(int c) { return (c == '%') ; |