mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
VST3 Client: Fix UIDs in generated manifest when AppConfig is enabled
This commit is contained in:
parent
cb34975457
commit
79dfa1d392
1 changed files with 4 additions and 0 deletions
|
|
@ -115,6 +115,10 @@ JUCE_END_IGNORE_WARNINGS_GCC_LIKE
|
|||
#include "JucePluginDefines.h"
|
||||
#endif
|
||||
|
||||
#if __has_include ("AppConfig.h")
|
||||
#include "AppConfig.h"
|
||||
#endif
|
||||
|
||||
#include <juce_core/detail/juce_IncrementRef.h>
|
||||
#include <juce_audio_processors_headless/format_types/juce_VST3Utilities.h>
|
||||
#include <juce_audio_processors_headless/utilities/juce_VST3Interface.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue