We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb34975 commit 79dfa1dCopy full SHA for 79dfa1d
modules/juce_audio_plugin_client/VST3/juce_VST3ManifestHelper.cpp
@@ -115,6 +115,10 @@ JUCE_END_IGNORE_WARNINGS_GCC_LIKE
115
#include "JucePluginDefines.h"
116
#endif
117
118
+#if __has_include ("AppConfig.h")
119
+ #include "AppConfig.h"
120
+#endif
121
+
122
#include <juce_core/detail/juce_IncrementRef.h>
123
#include <juce_audio_processors_headless/format_types/juce_VST3Utilities.h>
124
#include <juce_audio_processors_headless/utilities/juce_VST3Interface.h>
0 commit comments