From 80116d60da394ebcde5db02bf326ed01d29653b2 Mon Sep 17 00:00:00 2001 From: Anthony Nicholls Date: Wed, 28 May 2025 10:01:51 +0100 Subject: [PATCH] VST3: Platform header should be included from user supplied SDK --- modules/juce_audio_processors/format_types/juce_VST3Headers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_audio_processors/format_types/juce_VST3Headers.h b/modules/juce_audio_processors/format_types/juce_VST3Headers.h index 8b7f788217..37f38d5779 100644 --- a/modules/juce_audio_processors/format_types/juce_VST3Headers.h +++ b/modules/juce_audio_processors/format_types/juce_VST3Headers.h @@ -99,7 +99,7 @@ JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-W#warnings", // having the wrong value when the /Zc:__cplusplus is not enabled. This work // around prevents needing to provide that flag -#include +#include #ifdef SMTG_CPP20 #undef SMTG_CPP20