aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexVB.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/LexVB.cxx')
-rw-r--r--src/LexVB.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/LexVB.cxx b/src/LexVB.cxx
index 0a6a5e4ca..a1f9ec7ae 100644
--- a/src/LexVB.cxx
+++ b/src/LexVB.cxx
@@ -20,6 +20,10 @@
#include "Scintilla.h"
#include "SciLexer.h"
+#ifdef SCI_NAMESPACE
+using namespace Scintilla;
+#endif
+
// Internal state, highlighted as number
#define SCE_B_FILENUMBER SCE_B_DEFAULT+100