aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2017-08-28 17:22:28 +1000
committerNeil <nyamatongwe@gmail.com>2017-08-28 17:22:28 +1000
commit6f2acdebacaed2086f4e1e88ca7c914118895eb5 (patch)
treeb1616ab71f66bbe6dcd4b994cf77e1226f44f214 /gtk
parent120a40308f90d265ffae9fe15a330f9a0962335e (diff)
downloadscintilla-mirror-6f2acdebacaed2086f4e1e88ca7c914118895eb5.tar.gz
Backport: New header ILoader.h defines ILoader interface as it does not belong in ILexer.h.
Backport of changeset 6383:9c8257ff60b7.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/ScintillaGTK.cxx1
-rw-r--r--gtk/ScintillaGTKAccessible.cxx1
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"