Closed justyntemme closed 5 months ago
I was able to get it to build by adding the following line to vstgui4/vstgui/lib/vstguibase.h
diff --git a/vstgui/lib/vstguibase.h b/vstgui/lib/vstguibase.h
index bdc58412..8183b945 100644
--- a/vstgui/lib/vstguibase.h
+++ b/vstgui/lib/vstguibase.h
@@ -25,6 +25,7 @@
#include <stdint.h>
#include <AvailabilityMacros.h>
#include <TargetConditionals.h>
+ #include <utility>
#if TARGET_OS_IPHONE
#ifndef MAC
#define MAC 1
Error when compiling
No member named 'move' in namespace 'std'; did you mean 'modf'?
error on line 351 w of 'vstguibase'