add missing include vst3

This commit is contained in:
Paolo Marrone 2024-07-01 12:09:03 +02:00
parent 4798e79e79
commit 72d2457826

View File

@ -50,6 +50,8 @@ typedef struct {
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <stdlib.h>
#include <stddef.h>
#include <math.h> #include <math.h>
#if defined(_WIN32) || defined(__CYGWIN__) #if defined(_WIN32) || defined(__CYGWIN__)
# include <windows.h> # include <windows.h>