aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/PlatGTK.cxx
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-06-11 08:05:12 +0000
committernyamatongwe <unknown>2000-06-11 08:05:12 +0000
commit34152d3447cf9f9e576a38594b90824657c1a733 (patch)
tree90b536f64e1db447bbc96ed87f6d4c947ef0df8a /gtk/PlatGTK.cxx
parent2df02befc7f3cea2ba9571f4f9589b2d0c21f013 (diff)
downloadscintilla-mirror-34152d3447cf9f9e576a38594b90824657c1a733.tar.gz
Moved GTK+ Scintilla widget definition out into ScintillaWidget.h
Diffstat (limited to 'gtk/PlatGTK.cxx')
-rw-r--r--gtk/PlatGTK.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx
index 9b16363c7..d64519837 100644
--- a/gtk/PlatGTK.cxx
+++ b/gtk/PlatGTK.cxx
@@ -10,6 +10,7 @@
#include "Platform.h"
+#include "ScintillaWidget.h"
#include "Scintilla.h"
#define LOWORD(x) (x & 0xffff)