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 GCC4 compatibility in clang
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.3.0-RC1
falkTX
4 years ago
parent
8f1a8468df
commit
b9b2ddb996
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