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
Removed the unordered_map header from juce_StandardHeader.h
tags/2021-05-28
tpoole
7 years ago
parent
8408e54637
commit
c84aa57473
2 changed files
with
2 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
modules/juce_audio_processors/format_types/juce_AudioUnitPluginFormat.mm
+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>
#include <CoreAudioKit/AUViewController.h>
#endif
#endif
#include <unordered_map>
namespace juce
namespace juce
{
{
+ 0
- 1
modules/juce_core/system/juce_StandardHeader.h
View File
@@ -51,7 +51,6 @@
#include <algorithm>
#include <algorithm>
#include <limits>
#include <limits>
#include <sstream>
#include <sstream>
#include <unordered_map>
//==============================================================================
//==============================================================================
#include "juce_CompilerSupport.h"
#include "juce_CompilerSupport.h"
Write
Preview
Loading…
Cancel
Save