aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/clblas/abs-arm.patch
blob: 8bc6f3816c859824ffed93bbc87536accc4d9177 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff --git a/src/library/blas/gens/gemv.c b/src/library/blas/gens/gemv.c
index 9835482..8bf3476 100644
--- a/src/library/blas/gens/gemv.c
+++ b/src/library/blas/gens/gemv.c
@@ -21,6 +21,7 @@
 
 #include <string.h>
 #include <stdio.h>
+#include <stdlib.h> // for abs(int)
 #include <assert.h>
 #include <math.h>
 #include <clblas_stddef.h>
diff --git a/src/library/blas/gens/symv.c b/src/library/blas/gens/symv.c
index 47c8f1d..31ab3c5 100644
--- a/src/library/blas/gens/symv.c
+++ b/src/library/blas/gens/symv.c
@@ -21,6 +21,7 @@
 
 #include <string.h>
 #include <stdio.h>
+#include <stdlib.h> // for abs(int)
 #include <assert.h>
 #include <math.h>
 #include <clblas_stddef.h>