aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexTACL.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/LexTACL.cxx')
-rw-r--r--src/LexTACL.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/LexTACL.cxx b/src/LexTACL.cxx
index 9259e770c..b0c12440d 100644
--- a/src/LexTACL.cxx
+++ b/src/LexTACL.cxx
@@ -23,6 +23,10 @@
#include "SciLexer.h"
#include "StyleContext.h"
+#ifdef SCI_NAMESPACE
+using namespace Scintilla;
+#endif
+
inline bool isTACLoperator(char ch)
{
return ch == '\'' || isoperator(ch);