aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexPowerPro.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/LexPowerPro.cxx')
-rw-r--r--src/LexPowerPro.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/LexPowerPro.cxx b/src/LexPowerPro.cxx
index 095a6af1c..9320baf94 100644
--- a/src/LexPowerPro.cxx
+++ b/src/LexPowerPro.cxx
@@ -40,6 +40,9 @@
#include "SciLexer.h"
#include "CharacterSet.h"
+#ifdef SCI_NAMESPACE
+using namespace Scintilla;
+#endif
static inline bool IsStreamCommentStyle(int style) {
return style == SCE_POWERPRO_COMMENTBLOCK;