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 | 6f2acdebacaed2086f4e1e88ca7c914118895eb5 (patch) | |
tree | b1616ab71f66bbe6dcd4b994cf77e1226f44f214 /cocoa/ScintillaCocoa.h | |
parent | 120a40308f90d265ffae9fe15a330f9a0962335e (diff) | |
download | scintilla-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 'cocoa/ScintillaCocoa.h')
-rw-r--r-- | cocoa/ScintillaCocoa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cocoa/ScintillaCocoa.h b/cocoa/ScintillaCocoa.h index 378234f70..b9f851875 100644 --- a/cocoa/ScintillaCocoa.h +++ b/cocoa/ScintillaCocoa.h @@ -25,6 +25,7 @@ #include <map> #include <memory> +#include "ILoader.h" #include "ILexer.h" #ifdef SCI_LEXER |