This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Moved <map> into the set of standard headers
tags/2021-05-28
Tom Poole
6 years ago
parent
b8a4e00cb4
commit
23f9cff73e
4 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp
+0
-1
modules/juce_audio_processors/juce_audio_processors.cpp
+1
-0
modules/juce_core/system/juce_StandardHeader.h
+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)
#include <map>
#include "juce_VST3Headers.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)
#include <AudioUnit/AudioUnit.h>
#include <map>
#endif
//==============================================================================
+ 1
- 0
modules/juce_core/system/juce_StandardHeader.h
View File
@@ -53,6 +53,7 @@
#include <atomic>
#include <sstream>
#include <iomanip>
#include <map>
//==============================================================================
#include "juce_CompilerSupport.h"
+ 0
- 1
modules/juce_gui_basics/juce_gui_basics.cpp
View File
@@ -135,7 +135,6 @@
#undef KeyPress
#endif
#include <map>
#include <set>
//==============================================================================
Write
Preview
Loading…
Cancel
Save