diff options
author | Neil <nyamatongwe@gmail.com> | 2017-08-28 17:22:28 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2017-08-28 17:22:28 +1000 |
commit | 8a541f67cbb7eaaaa7a7d55bc1ae40e218f5f39e (patch) | |
tree | 9484479b3bd74d0ed8d2a1a4fc132fde3994f0b9 /gtk | |
parent | b634b3d5f34edc335a25239e833f9054620c6094 (diff) | |
download | scintilla-mirror-8a541f67cbb7eaaaa7a7d55bc1ae40e218f5f39e.tar.gz |
New header ILoader.h defines ILoader interface as it does not belong in ILexer.h.
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/ScintillaGTK.cxx | 1 | ||||
-rw-r--r-- | gtk/ScintillaGTKAccessible.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index 1e3d68320..21762464f 100644 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -35,6 +35,7 @@ #include "Platform.h" +#include "ILoader.h" #include "ILexer.h" #include "Scintilla.h" #include "ScintillaWidget.h" diff --git a/gtk/ScintillaGTKAccessible.cxx b/gtk/ScintillaGTKAccessible.cxx index fdcc20dbd..24ce8a950 100644 --- a/gtk/ScintillaGTKAccessible.cxx +++ b/gtk/ScintillaGTKAccessible.cxx @@ -84,6 +84,7 @@ // ScintillaGTK.h and stuff it needs #include "Platform.h" +#include "ILoader.h" #include "ILexer.h" #include "Scintilla.h" #include "ScintillaWidget.h" |