Browse Source

Removed the unordered_map header from juce_StandardHeader.h

tags/2021-05-28
tpoole 7 years ago
parent
commit
c84aa57473
2 changed files with 2 additions and 1 deletions
  1. +2
    -0
      modules/juce_audio_processors/format_types/juce_AudioUnitPluginFormat.mm
  2. +0
    -1
      modules/juce_core/system/juce_StandardHeader.h

+ 2
- 0
modules/juce_audio_processors/format_types/juce_AudioUnitPluginFormat.mm View File

@@ -55,6 +55,8 @@
#include <CoreAudioKit/AUViewController.h>
#endif
#include <unordered_map>
namespace juce
{


+ 0
- 1
modules/juce_core/system/juce_StandardHeader.h View File

@@ -51,7 +51,6 @@
#include <algorithm>
#include <limits>
#include <sstream>
#include <unordered_map>
//==============================================================================
#include "juce_CompilerSupport.h"


Loading…
Cancel
Save