mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
AppConfig: Ensure AppConfig is always included in plugin wrappers
Previously, the `JUCE_APP_CONFIG_HEADER` macro wasn't being defined/included in some of the wrapper files, which meant that there was a danger of these files building without important JucePlugin_Build_* macros defined.
This commit is contained in:
parent
fdf09a6dde
commit
0d96ec9baf
4 changed files with 8 additions and 1 deletions
|
|
@ -22,6 +22,8 @@
|
|||
|
||||
==============================================================================
|
||||
*/
|
||||
|
||||
#include <juce_core/system/juce_TargetPlatform.h>
|
||||
#include <juce_core/system/juce_CompilerWarnings.h>
|
||||
#include "../utility/juce_CheckSettingMacros.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -23,9 +23,10 @@
|
|||
==============================================================================
|
||||
*/
|
||||
|
||||
#include <juce_core/system/juce_TargetPlatform.h>
|
||||
|
||||
#if JucePlugin_Build_Unity
|
||||
|
||||
#include <juce_core/system/juce_TargetPlatform.h>
|
||||
#include "../utility/juce_IncludeModuleHeaders.h"
|
||||
#include <juce_audio_processors/format_types/juce_LegacyAudioParameter.cpp>
|
||||
|
||||
|
|
|
|||
|
|
@ -23,6 +23,8 @@
|
|||
==============================================================================
|
||||
*/
|
||||
|
||||
#include <juce_core/system/juce_TargetPlatform.h>
|
||||
|
||||
#if JucePlugin_Build_AU
|
||||
|
||||
#include <juce_core/system/juce_CompilerWarnings.h>
|
||||
|
|
|
|||
|
|
@ -23,6 +23,8 @@
|
|||
==============================================================================
|
||||
*/
|
||||
|
||||
#include <juce_core/system/juce_TargetPlatform.h>
|
||||
|
||||
#if JucePlugin_Build_Standalone
|
||||
|
||||
#if ! JUCE_MODULE_AVAILABLE_juce_audio_utils
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue