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
Added an include of <memory> for the android build
tags/2021-05-28
jules
9 years ago
parent
8653a97ede
commit
2ecbe54c45
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
modules/juce_core/system/juce_StandardHeader.h
+ 1
- 0
modules/juce_core/system/juce_StandardHeader.h
View File
@@ -50,6 +50,7 @@
//==============================================================================
#include <memory>
#include <vector> // included before platform defs to provide a definition of _LIBCPP_VERSION
#include "juce_CompilerSupport.h"
Write
Preview
Loading…
Cancel
Save