mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
projucer: Refresh patch to apply cleanly
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>
This commit is contained in:
@@ -9,15 +9,13 @@ Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
|
||||
modules/juce_core/system/juce_StandardHeader.h | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/modules/juce_core/system/juce_StandardHeader.h b/modules/juce_core/system/juce_StandardHeader.h
|
||||
index fe164cdd3..cda6bbe86 100644
|
||||
--- a/modules/juce_core/system/juce_StandardHeader.h
|
||||
+++ b/modules/juce_core/system/juce_StandardHeader.h
|
||||
@@ -64,6 +64,7 @@
|
||||
#include <typeindex>
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
+#include <utility>
|
||||
#include <vector>
|
||||
#include <set>
|
||||
|
||||
#include <typeindex>
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
+#include <utility>
|
||||
#include <vector>
|
||||
#include <set>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user