aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexYAML.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/LexYAML.cxx')
-rw-r--r--src/LexYAML.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/LexYAML.cxx b/src/LexYAML.cxx
index e3053f814..0edd78691 100644
--- a/src/LexYAML.cxx
+++ b/src/LexYAML.cxx
@@ -20,6 +20,10 @@
#include "Scintilla.h"
#include "SciLexer.h"
+#ifdef SCI_NAMESPACE
+using namespace Scintilla;
+#endif
+
static const char * const yamlWordListDesc[] = {
"Keywords",
0