From ba377a6555e9ce7565f1e2d6fde2b0fa912a957d Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 24 Apr 2009 02:28:05 +0000 Subject: Added using namespace for OS X build. --- src/LexCOBOL.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/LexCOBOL.cxx') 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 -- cgit v1.2.3