fix apple vst3

This commit is contained in:
Stefano D'Angelo 2024-07-08 15:13:19 +02:00
parent 9843201ef5
commit a2fced6adb

View File

@ -58,6 +58,9 @@ typedef struct {
#else
# include <dlfcn.h>
#endif
#ifdef __APPLE__
# include <CoreFoundation/CoreFoundation.h>
#endif
#if defined(__i386__) || defined(__x86_64__)
#include <xmmintrin.h>
@ -990,7 +993,6 @@ static Steinberg_ITimerHandlerVtbl timerHandlerVtblITimerHandler = {
# elif defined(__APPLE__)
# include <CoreFoundation/CoreFoundation.h>
# include <objc/objc.h>
# include <objc/runtime.h>
# include <objc/message.h>