1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

VST3 Client: Fix duplicate symbols when building a VST3 client that is itself a VST3 host

This commit is contained in:
reuk 2025-10-14 20:34:31 +01:00
parent 2f1c74981f
commit 2abd6f2f71
No known key found for this signature in database

View file

@ -34,6 +34,7 @@
#include <juce_core/system/juce_TargetPlatform.h> #include <juce_core/system/juce_TargetPlatform.h>
#include <juce_core/system/juce_CompilerWarnings.h> #include <juce_core/system/juce_CompilerWarnings.h>
#include <juce_audio_processors_headless/format/juce_PluginFormatDefs.h>
//============================================================================== //==============================================================================
#if JucePlugin_Build_VST3 #if JucePlugin_Build_VST3