diff options
Diffstat (limited to 'src/LexD.cxx')
| -rw-r--r-- | src/LexD.cxx | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/src/LexD.cxx b/src/LexD.cxx index 9103d25e7..95be129d5 100644 --- a/src/LexD.cxx +++ b/src/LexD.cxx @@ -21,6 +21,10 @@  #include "Scintilla.h"  #include "SciLexer.h" +#ifdef SCI_NAMESPACE +using namespace Scintilla; +#endif +  /*/ Nested comments require keeping the value of the nesting level for every      position in the document.  But since scintilla always styles line by line,      we only need to store one value per line. The non-negative number indicates | 
