aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/PlatGTK.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-06-11 08:05:12 +0000
committernyamatongwe <devnull@localhost>2000-06-11 08:05:12 +0000
commit895d8a817ac5ac7680947e2d63afb10c94467210 (patch)
tree90b536f64e1db447bbc96ed87f6d4c947ef0df8a /gtk/PlatGTK.cxx
parent9e1811c18ff338d2a450da06209dc8ae7004581b (diff)
downloadscintilla-mirror-895d8a817ac5ac7680947e2d63afb10c94467210.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)