summarylogtreecommitdiffstats
path: root/compilation_fixes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'compilation_fixes.patch')
-rw-r--r--compilation_fixes.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/compilation_fixes.patch b/compilation_fixes.patch
new file mode 100644
index 000000000000..a3dad66ce6d6
--- /dev/null
+++ b/compilation_fixes.patch
@@ -0,0 +1,21 @@
+--- src/sonic-lineup-1.1/match/src/FullDTW.h 2022-01-22 11:15:25.298078377 +0100
++++ src/sonic-lineup-1.1/match/src/FullDTW.h.patched 2022-01-22 11:15:15.491541875 +0100
+@@ -83,7 +83,7 @@
+ * against the best-matching subsequence of s1; otherwise it is
+ * against the whole of s1.
+ */
+- std::vector<size_t> align(const featureseq_t &s1,
++ std::vector<std::size_t> align(const featureseq_t &s1,
+ const featureseq_t &s2);
+
+ private:
+--- src/sonic-lineup-1.1/svcore/data/model/RelativelyFineZoomConstraint.cpp 2020-08-18 18:20:29.000000000 +0200
++++ RelativelyFineZommConstraint.cpp 2022-08-15 20:46:07.519644306 +0200
+@@ -17,6 +17,7 @@
+ #include <vector>
+ #include <algorithm>
+ #include <iostream>
++#include <utility>
+
+ using namespace std;
+