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
37
Activity
Browse Source
Fix GCC4 compatibility in clang
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.2.0
falkTX
2 years ago
parent
c6bd01d3d8
commit
a72dbc9872
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
source/modules/juce_audio_basics/buffers/juce_AudioSampleBuffer.h
+ 2
- 0
source/modules/juce_audio_basics/buffers/juce_AudioSampleBuffer.h
View File
@@ -20,8 +20,10 @@
==============================================================================
*/
#ifndef __clang__
// GCC4 compatibility
namespace std { using ::max_align_t; }
#endif
namespace juce
{
Write
Preview
Loading…
Cancel
Save