Skip to content

Commit

Permalink
projucer: Refresh patch to apply cleanly
Browse files Browse the repository at this point in the history
This was resulting on rejects on master

patching file modules/juce_core/system/juce_StandardHeader.h
Hunk openembedded#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>
  • Loading branch information
kraj committed Nov 17, 2023
1 parent 9d7b61e commit 25a25a0
Showing 1 changed file with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 25a25a0

Please sign in to comment.