1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

VST3 Client: Fix defaulted preprocessor definition in manifest helper target

This commit is contained in:
reuk 2025-09-08 13:28:30 +01:00
parent aa9b593473
commit 17df2b8037
No known key found for this signature in database
4 changed files with 3 additions and 6 deletions

View file

@ -117,6 +117,7 @@ JUCE_END_IGNORE_WARNINGS_GCC_LIKE
#include <juce_audio_processors/format_types/juce_VST3Utilities.h>
#include <juce_audio_processors/utilities/juce_VST3Interface.h>
#include <juce_audio_plugin_client/juce_audio_plugin_client.h>
#include "juce_VST3ModuleInfo.h"
//==============================================================================