Skip to content

Commit

Permalink
Fix GCC4 compatibility in clang
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Sep 26, 2020
1 parent c6bd01d commit a72dbc9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
==============================================================================
*/

#ifndef __clang__
// GCC4 compatibility
namespace std { using ::max_align_t; }
#endif

namespace juce
{
Expand Down

0 comments on commit a72dbc9

Please sign in to comment.