Re: [oe] [meta-multimedia][PATCH] juce/projucer: Backport a fix for the compilation under recent GCC

2023-11-16 Thread Khem Raj
On Wed, 15 Nov 2023 15:35:19 +0100, Yoann Congal wrote: > This backport fixes this error: > note: 'std::exchange' is defined in header ''; did you forget to > '#include '? > > Note: The fix is on version >= 7.0.0 > > Applied, thanks! [1/1] juce/projucer: Backport a fix for the compilation

[oe] [meta-multimedia][PATCH] juce/projucer: Backport a fix for the compilation under recent GCC

2023-11-15 Thread Yoann Congal
This backport fixes this error: note: 'std::exchange' is defined in header ''; did you forget to '#include '? Note: The fix is on version >= 7.0.0 Signed-off-by: Yoann Congal --- .../recipes-multimedia/juce/projucer.inc | 3 ++- ...nclude-utility-for-GCC-12-compatibil.patch | 23 ++