mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
20 lines
414 B
Diff
20 lines
414 B
Diff
|
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>
|
||
|
|