diff options
Diffstat (limited to 'src/LexLisp.cxx')
-rw-r--r-- | src/LexLisp.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/LexLisp.cxx b/src/LexLisp.cxx index 91385f0fd..1072e13a3 100644 --- a/src/LexLisp.cxx +++ b/src/LexLisp.cxx @@ -21,6 +21,10 @@ #include "SciLexer.h" #include "StyleContext.h" +#ifdef SCI_NAMESPACE +using namespace Scintilla; +#endif + #define SCE_LISP_CHARACTER 29 #define SCE_LISP_MACRO 30 #define SCE_LISP_MACRO_DISPATCH 31 |