aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexCOBOL.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2009-04-24 02:28:05 +0000
committernyamatongwe <devnull@localhost>2009-04-24 02:28:05 +0000
commitba377a6555e9ce7565f1e2d6fde2b0fa912a957d (patch)
tree361ed514e708128f64ee816dc840797e497493aa /src/LexCOBOL.cxx
parent24796f9cd61426321ec102e1b795cd92e7a4f7e8 (diff)
downloadscintilla-mirror-ba377a6555e9ce7565f1e2d6fde2b0fa912a957d.tar.gz
Added using namespace for OS X build.
Diffstat (limited to 'src/LexCOBOL.cxx')
-rw-r--r--src/LexCOBOL.cxx4
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