Browse Source

VST3: Fix build failure in manifest helper when using an AppConfig.h

v7.0.9
reuk 2 years ago
parent
commit
ca16b82daa
No known key found for this signature in database GPG Key ID: FCB43929F012EE5C
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      modules/juce_audio_plugin_client/VST3/juce_VST3ManifestHelper.cpp

+ 5
- 0
modules/juce_audio_plugin_client/VST3/juce_VST3ManifestHelper.cpp View File

@@ -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_core/system/juce_CompilerWarnings.h>
JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wc++98-compat-extra-semi",


Loading…
Cancel
Save