You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kf5-kholidays/kholidays-15.12.1-gcc6.patch

12 lines
420 B

diff -up kholidays-15.12.1/src/sunriseset.cpp.gcc6 kholidays-15.12.1/src/sunriseset.cpp
--- kholidays-15.12.1/src/sunriseset.cpp.gcc6 2015-11-21 18:49:24.000000000 -0600
+++ kholidays-15.12.1/src/sunriseset.cpp 2016-02-11 08:31:39.554683739 -0600
@@ -23,6 +23,7 @@
*/
#include "sunriseset.h"
+#include <math.h>
#include <cmath>
static const double PI = 3.14159265358979323846;
static const double MaxLat = 89.99;