From ca16b82daab217768aece8013badfa08638346c5 Mon Sep 17 00:00:00 2001 From: reuk Date: Mon, 5 Jun 2023 12:02:59 +0100 Subject: [PATCH] VST3: Fix build failure in manifest helper when using an AppConfig.h --- .../VST3/juce_VST3ManifestHelper.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/juce_audio_plugin_client/VST3/juce_VST3ManifestHelper.cpp b/modules/juce_audio_plugin_client/VST3/juce_VST3ManifestHelper.cpp index 77cfbb23ca..04c88f1545 100644 --- a/modules/juce_audio_plugin_client/VST3/juce_VST3ManifestHelper.cpp +++ b/modules/juce_audio_plugin_client/VST3/juce_VST3ManifestHelper.cpp @@ -23,6 +23,11 @@ ============================================================================== */ +// This suppresses a warning in juce_TargetPlatform.h +#ifndef JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED + #define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 +#endif + #include JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wc++98-compat-extra-semi",