diff options
Diffstat (limited to 'src/LexAsn1.cxx')
| -rw-r--r-- | src/LexAsn1.cxx | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/src/LexAsn1.cxx b/src/LexAsn1.cxx index 1600e6329..36f1d5dc2 100644 --- a/src/LexAsn1.cxx +++ b/src/LexAsn1.cxx @@ -20,6 +20,10 @@  #include "Scintilla.h"  #include "SciLexer.h" +#ifdef SCI_NAMESPACE +using namespace Scintilla; +#endif +  // Some char test functions  static bool isAsn1Number(int ch)  { | 
