aboutsummaryrefslogtreecommitdiff
path: root/src/time.h
diff options
context:
space:
mode:
authorSan Jacobs2022-08-26 12:41:48 +0200
committerSan Jacobs2022-08-26 12:41:48 +0200
commitb493287ba0d85799fd0c01c1d84e6eb6b781bfd6 (patch)
treeb537fa592c34373d6cd809cf655c438537769140 /src/time.h
parentf31f88283209af8c6c8c1990b90f620206dfd54c (diff)
downloadsatscalc-b493287ba0d85799fd0c01c1d84e6eb6b781bfd6.tar.gz
satscalc-b493287ba0d85799fd0c01c1d84e6eb6b781bfd6.tar.bz2
satscalc-b493287ba0d85799fd0c01c1d84e6eb6b781bfd6.zip
Added test of easter predictor
Diffstat (limited to 'src/time.h')
-rwxr-xr-xsrc/time.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/time.h b/src/time.h
index b9a17d0..8ff5ecf 100755
--- a/src/time.h
+++ b/src/time.h
@@ -6,6 +6,7 @@
#include <string.h>
#include <algorithm>
#include <math.h>
+#include <cmath>
enum weekday{
monday,