summarylogtreecommitdiffstats
path: root/compilation_fixes.patch
blob: a3dad66ce6d616314e372068f07089ea9875232c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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;