aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/PlatGTK.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/PlatGTK.cxx')
-rw-r--r--gtk/PlatGTK.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx
index 81c0b2195..486ce896c 100644
--- a/gtk/PlatGTK.cxx
+++ b/gtk/PlatGTK.cxx
@@ -41,6 +41,10 @@
#pragma warning(disable: 4505)
#endif
+#ifdef SCI_NAMESPACE
+using namespace Scintilla;
+#endif
+
enum encodingType { singleByte, UTF8, dbcs};
struct LOGFONT {