at 17.09-beta 19 lines 414 B view raw
1Author: Adrian Knoth <adi@drcomp.erfurt.thur.de> 2Forwarded: Yes 3Applied-Upstream: 2.3.1 4Last-Update: 2016-08-11 5Description: Fix FTBFS with gcc6 6 7Index: b/src/ffadotypes.h 8=================================================================== 9--- a/src/ffadotypes.h 10+++ b/src/ffadotypes.h 11@@ -51,6 +51,8 @@ struct ffado_handle { 12 }; 13 14 15+#include <cmath> 16+#include <algorithm> 17 #include <vector> 18 #include <string> 19