aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/PropSet.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/PropSet.cxx')
-rw-r--r--src/PropSet.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/PropSet.cxx b/src/PropSet.cxx
index 26b6afa4b..3b142b978 100644
--- a/src/PropSet.cxx
+++ b/src/PropSet.cxx
@@ -15,6 +15,10 @@
#include "PropSet.h"
+#ifdef SCI_NAMESPACE
+using namespace Scintilla;
+#endif
+
// The comparison and case changing functions here assume ASCII
// or extended ASCII such as the normal Windows code page.