diff options
author | San Jacobs | 2022-08-26 12:41:48 +0200 |
---|---|---|
committer | San Jacobs | 2022-08-26 12:41:48 +0200 |
commit | b493287ba0d85799fd0c01c1d84e6eb6b781bfd6 (patch) | |
tree | b537fa592c34373d6cd809cf655c438537769140 /src/time.h | |
parent | f31f88283209af8c6c8c1990b90f620206dfd54c (diff) | |
download | satscalc-b493287ba0d85799fd0c01c1d84e6eb6b781bfd6.tar.gz satscalc-b493287ba0d85799fd0c01c1d84e6eb6b781bfd6.tar.bz2 satscalc-b493287ba0d85799fd0c01c1d84e6eb6b781bfd6.zip |
Added test of easter predictor
Diffstat (limited to 'src/time.h')
-rwxr-xr-x | src/time.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ #include <string.h> #include <algorithm> #include <math.h> +#include <cmath> enum weekday{ monday, |