From c84aa57473deab060f377e7d84dba0ace21430ef Mon Sep 17 00:00:00 2001 From: tpoole Date: Thu, 24 Aug 2017 16:07:03 +0100 Subject: [PATCH] Removed the unordered_map header from juce_StandardHeader.h --- .../format_types/juce_AudioUnitPluginFormat.mm | 2 ++ modules/juce_core/system/juce_StandardHeader.h | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/juce_audio_processors/format_types/juce_AudioUnitPluginFormat.mm b/modules/juce_audio_processors/format_types/juce_AudioUnitPluginFormat.mm index fc564a3f92..ed05018b44 100644 --- a/modules/juce_audio_processors/format_types/juce_AudioUnitPluginFormat.mm +++ b/modules/juce_audio_processors/format_types/juce_AudioUnitPluginFormat.mm @@ -55,6 +55,8 @@ #include #endif +#include + namespace juce { diff --git a/modules/juce_core/system/juce_StandardHeader.h b/modules/juce_core/system/juce_StandardHeader.h index b4ae07f6f8..db8b2cab49 100644 --- a/modules/juce_core/system/juce_StandardHeader.h +++ b/modules/juce_core/system/juce_StandardHeader.h @@ -51,7 +51,6 @@ #include #include #include -#include //============================================================================== #include "juce_CompilerSupport.h"