diff options
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/PlatGTK.cxx | 1 | ||||
-rw-r--r-- | gtk/ScintillaGTK.cxx | 1 | ||||
-rw-r--r-- | gtk/makefile | 4 |
3 files changed, 4 insertions, 2 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) diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index 5bdc7af53..bece77e59 100644 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -11,6 +11,7 @@ #include "Platform.h" +#include "ScintillaWidget.h" #include "Scintilla.h" #ifdef SCI_LEXER #include "SciLexer.h" diff --git a/gtk/makefile b/gtk/makefile index 140697767..27e94b2c4 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -65,7 +65,7 @@ LexVB.o: LexVB.cxx Platform.h PropSet.h Accessor.h KeyWords.h \ Scintilla.h WinDefs.h SciLexer.h LineMarker.o: LineMarker.cxx Platform.h Scintilla.h WinDefs.h \ LineMarker.h -PlatGTK.o: PlatGTK.cxx Platform.h Scintilla.h WinDefs.h +PlatGTK.o: PlatGTK.cxx Platform.h Scintilla.h ScintillaWidget.h WinDefs.h PropSet.o: PropSet.cxx Platform.h PropSet.h SciTEBase.o: SciTEBase.cxx Platform.h WinDefs.h SciTE.h PropSet.h \ Accessor.h KeyWords.h Scintilla.h SciLexer.h SciTEBase.h @@ -75,7 +75,7 @@ ScintillaBase.o: ScintillaBase.cxx Platform.h Scintilla.h WinDefs.h \ SciLexer.h PropSet.h Accessor.h KeyWords.h ContractionState.h \ CellBuffer.h CallTip.h KeyMap.h Indicator.h LineMarker.h Style.h \ ViewStyle.h AutoComplete.h Document.h Editor.h ScintillaBase.h -ScintillaGTK.o: ScintillaGTK.cxx Platform.h Scintilla.h WinDefs.h \ +ScintillaGTK.o: ScintillaGTK.cxx Platform.h Scintilla.h ScintillaWidget.h WinDefs.h \ SciLexer.h PropSet.h Accessor.h KeyWords.h ContractionState.h \ CellBuffer.h CallTip.h KeyMap.h Indicator.h LineMarker.h Style.h \ AutoComplete.h ViewStyle.h Document.h Editor.h ScintillaBase.h |