gcc6.patch 414 B

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