summary refs log tree commit diff
path: root/pkgs/os-specific/linux/ffado/gcc6.patch
blob: f9cad9c88abd0ccc6a04c34a323781ec16c9a221 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Author: Adrian Knoth <adi@drcomp.erfurt.thur.de>
Forwarded: Yes
Applied-Upstream: 2.3.1
Last-Update: 2016-08-11
Description: Fix FTBFS with gcc6

Index: b/src/ffadotypes.h
===================================================================
--- a/src/ffadotypes.h
+++ b/src/ffadotypes.h
@@ -51,6 +51,8 @@ struct ffado_handle {
 };
 
 
+#include <cmath>
+#include <algorithm>
 #include <vector>
 #include <string>