Browse Source

Moved <map> into the set of standard headers

tags/2021-05-28
Tom Poole 6 years ago
parent
commit
23f9cff73e
4 changed files with 1 additions and 3 deletions
  1. +0
    -1
      modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp
  2. +0
    -1
      modules/juce_audio_processors/juce_audio_processors.cpp
  3. +1
    -0
      modules/juce_core/system/juce_StandardHeader.h
  4. +0
    -1
      modules/juce_gui_basics/juce_gui_basics.cpp

+ 0
- 1
modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp View File

@@ -26,7 +26,6 @@
#if JUCE_PLUGINHOST_VST3 && (JUCE_MAC || JUCE_WINDOWS) #if JUCE_PLUGINHOST_VST3 && (JUCE_MAC || JUCE_WINDOWS)
#include <map>
#include "juce_VST3Headers.h" #include "juce_VST3Headers.h"
#include "juce_VST3Common.h" #include "juce_VST3Common.h"


+ 0
- 1
modules/juce_audio_processors/juce_audio_processors.cpp View File

@@ -62,7 +62,6 @@
#if JUCE_PLUGINHOST_AU && (JUCE_MAC || JUCE_IOS) #if JUCE_PLUGINHOST_AU && (JUCE_MAC || JUCE_IOS)
#include <AudioUnit/AudioUnit.h> #include <AudioUnit/AudioUnit.h>
#include <map>
#endif #endif
//============================================================================== //==============================================================================


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

@@ -53,6 +53,7 @@
#include <atomic> #include <atomic>
#include <sstream> #include <sstream>
#include <iomanip> #include <iomanip>
#include <map>
//============================================================================== //==============================================================================
#include "juce_CompilerSupport.h" #include "juce_CompilerSupport.h"


+ 0
- 1
modules/juce_gui_basics/juce_gui_basics.cpp View File

@@ -135,7 +135,6 @@
#undef KeyPress #undef KeyPress
#endif #endif
#include <map>
#include <set> #include <set>
//============================================================================== //==============================================================================


Loading…
Cancel
Save