From fcf078c25d81ca2a9b75f6baec18ce7eb477a8f3 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 1 Nov 2008 17:44:57 -0400 Subject: Added support for some AppleEvents, use Scintilla namespace on OSX. --- src/textadept.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/textadept.h') diff --git a/src/textadept.h b/src/textadept.h index ad490cf2..4b042a27 100644 --- a/src/textadept.h +++ b/src/textadept.h @@ -3,6 +3,7 @@ #ifndef TEXTADEPT_H #define TEXTADEPT_H +#include #include #include #include @@ -24,7 +25,8 @@ extern "C" { #endif #ifdef MAC -#include "CoreFoundation/CoreFoundation.h" +#include +using namespace Scintilla; #endif // globals -- cgit v1.2.3