aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexPython.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/LexPython.cxx')
-rw-r--r--src/LexPython.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/LexPython.cxx b/src/LexPython.cxx
index 8c924a0e8..85fe7d658 100644
--- a/src/LexPython.cxx
+++ b/src/LexPython.cxx
@@ -20,6 +20,10 @@
#include "Scintilla.h"
#include "SciLexer.h"
+#ifdef SCI_NAMESPACE
+using namespace Scintilla;
+#endif
+
enum kwType { kwOther, kwClass, kwDef, kwImport };
static const int indicatorWhitespace = 1;