aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexGui4Cli.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/LexGui4Cli.cxx')
-rw-r--r--src/LexGui4Cli.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/LexGui4Cli.cxx b/src/LexGui4Cli.cxx
index f76fff6cc..1c92de72e 100644
--- a/src/LexGui4Cli.cxx
+++ b/src/LexGui4Cli.cxx
@@ -36,6 +36,10 @@ val SCE_GC_OPERATOR=9
#include "Scintilla.h"
#include "SciLexer.h"
+#ifdef SCI_NAMESPACE
+using namespace Scintilla;
+#endif
+
#define debug Platform::DebugPrintf
static inline bool IsAWordChar(const int ch) {