diff options
Diffstat (limited to 'src/LexVHDL.cxx')
| -rw-r--r-- | src/LexVHDL.cxx | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/src/LexVHDL.cxx b/src/LexVHDL.cxx index 0feef9512..c082cdb92 100644 --- a/src/LexVHDL.cxx +++ b/src/LexVHDL.cxx @@ -25,6 +25,10 @@  #include "Scintilla.h"  #include "SciLexer.h" +#ifdef SCI_NAMESPACE +using namespace Scintilla; +#endif +  static void ColouriseVHDLDoc(    unsigned int startPos,    int length, | 
