From 8a541f67cbb7eaaaa7a7d55bc1ae40e218f5f39e Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 28 Aug 2017 17:22:28 +1000 Subject: New header ILoader.h defines ILoader interface as it does not belong in ILexer.h. --- cocoa/ScintillaCocoa.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cocoa') diff --git a/cocoa/ScintillaCocoa.h b/cocoa/ScintillaCocoa.h index 7573d85fd..37d46726b 100644 --- a/cocoa/ScintillaCocoa.h +++ b/cocoa/ScintillaCocoa.h @@ -25,6 +25,7 @@ #include #include +#include "ILoader.h" #include "ILexer.h" #ifdef SCI_LEXER -- cgit v1.2.3