aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexPB.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/LexPB.cxx')
-rw-r--r--src/LexPB.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/LexPB.cxx b/src/LexPB.cxx
index 7878a6bf8..abc0ddc79 100644
--- a/src/LexPB.cxx
+++ b/src/LexPB.cxx
@@ -48,6 +48,10 @@
#include "Scintilla.h"
#include "SciLexer.h"
+#ifdef SCI_NAMESPACE
+using namespace Scintilla;
+#endif
+
static inline bool IsTypeCharacter(const int ch)
{
return ch == '%' || ch == '&' || ch == '@' || ch == '!' || ch == '#' || ch == '$' || ch == '?';