diff options
Diffstat (limited to 'src/LexCOBOL.cxx')
-rw-r--r-- | src/LexCOBOL.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/LexCOBOL.cxx b/src/LexCOBOL.cxx index 4ad8e9fc1..d061d5c67 100644 --- a/src/LexCOBOL.cxx +++ b/src/LexCOBOL.cxx @@ -23,6 +23,10 @@ #include "SciLexer.h" #include "StyleContext.h" +#ifdef SCI_NAMESPACE +using namespace Scintilla; +#endif + #define IN_DIVISION 0x01 #define IN_DECLARATIVES 0x02 #define IN_SECTION 0x04 |