From 2f97c1e2cac065443734e94ae1346da2f1d648d1 Mon Sep 17 00:00:00 2001 From: SanJacobs Date: Wed, 13 Jul 2022 00:57:58 +0200 Subject: Squashed a couple bugs Fixed: - Splitpoints in workday constructor was generating backwards timeblocks, - Planned wrap could cut up main chunk of workday. --- src/time.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/time.h') diff --git a/src/time.h b/src/time.h index fc5dcbc..17a6854 100755 --- a/src/time.h +++ b/src/time.h @@ -5,6 +5,7 @@ #include #include #include +#include enum weekday{ monday, -- cgit v1.2.1