aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexInno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/LexInno.cxx')
-rw-r--r--src/LexInno.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/LexInno.cxx b/src/LexInno.cxx
index 5985df23d..538175096 100644
--- a/src/LexInno.cxx
+++ b/src/LexInno.cxx
@@ -20,6 +20,10 @@
#include "Scintilla.h"
#include "SciLexer.h"
+#ifdef SCI_NAMESPACE
+using namespace Scintilla;
+#endif
+
static void ColouriseInnoDoc(unsigned int startPos, int length, int, WordList *keywordLists[], Accessor &styler) {
int state = SCE_INNO_DEFAULT;
char chPrev;