Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | projucer: Refresh patch to apply cleanly | Khem Raj | 2023-11-17 | 1 | -9/+7 |
| | | | | | | | | | | | | This was resulting on rejects on master patching file modules/juce_core/system/juce_StandardHeader.h Hunk #1 FAILED at 64 (different line endings). 1 out of 1 hunk FAILED -- rejects in file modules/juce_core/system/juce_StandardHeader.h Patch 0001-StandardHeader-Include-utility-for-GCC-12-compatibil.patch does not apply (enforce with -f) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Yoann Congal <yoann.congal@smile.fr> | ||||
* | juce/projucer: Backport a fix for the compilation under recent GCC | Yoann Congal | 2023-11-15 | 1 | -0/+23 |
This backport fixes this error: note: 'std::exchange' is defined in header '<utility>'; did you forget to '#include <utility>'? Note: The fix is on version >= 7.0.0 Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com> |