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