diff options
Diffstat (limited to 'src/LexPerl.cxx')
| -rw-r--r-- | src/LexPerl.cxx | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/src/LexPerl.cxx b/src/LexPerl.cxx index 4a42bc29f..bcc74d972 100644 --- a/src/LexPerl.cxx +++ b/src/LexPerl.cxx @@ -20,6 +20,10 @@  #include "Scintilla.h"  #include "SciLexer.h" +#ifdef SCI_NAMESPACE +using namespace Scintilla; +#endif +  #define PERLNUM_BINARY 1    // order is significant: 1-4 cannot have a dot  #define PERLNUM_HEX 2  #define PERLNUM_OCTAL 3 | 
