aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexCOBOL.cxx
diff options
context:
space:
mode:
authornyamatongwe <unknown>2009-04-24 02:28:05 +0000
committernyamatongwe <unknown>2009-04-24 02:28:05 +0000
commit1746ffb8f8378671f828fb70a5b30f44db83c79c (patch)
tree361ed514e708128f64ee816dc840797e497493aa /src/LexCOBOL.cxx
parent865a213a8879baab1c67069ab1d2eae63deeea4b (diff)
downloadscintilla-mirror-1746ffb8f8378671f828fb70a5b30f44db83c79c.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