This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Fix juce_audio_basics for GCC4 compatibility
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.2.0
falkTX
4 years ago
parent
8f2cef704a
commit
25e17ced9a
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
source/modules/juce_audio_basics/buffers/juce_AudioSampleBuffer.h
+ 3
- 0
source/modules/juce_audio_basics/buffers/juce_AudioSampleBuffer.h
View File
@@ -20,6 +20,9 @@
==============================================================================
*/
// GCC4 compatibility
namespace std { using ::max_align_t; }
namespace juce
{
Write
Preview
Loading…
Cancel
Save