aboutsummaryrefslogtreecommitdiff
path: root/src/time.h
diff options
context:
space:
mode:
authorSanJacobs2022-07-13 00:57:58 +0200
committerSanJacobs2022-07-13 00:57:58 +0200
commit2f97c1e2cac065443734e94ae1346da2f1d648d1 (patch)
treeb648dc1468daf218d83dab4a1551c0cf8b41cca0 /src/time.h
parent82d45f2a532008d8d7c05ca57fbae6bd48e35352 (diff)
downloadsatscalc-2f97c1e2cac065443734e94ae1346da2f1d648d1.tar.gz
satscalc-2f97c1e2cac065443734e94ae1346da2f1d648d1.tar.bz2
satscalc-2f97c1e2cac065443734e94ae1346da2f1d648d1.zip
Squashed a couple bugs
Fixed: - Splitpoints in workday constructor was generating backwards timeblocks, - Planned wrap could cut up main chunk of workday.
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 fc5dcbc..17a6854 100755
--- a/src/time.h
+++ b/src/time.h
@@ -5,6 +5,7 @@
#include <iomanip>
#include <string.h>
#include <vector>
+#include <bits/stdc++.h>
enum weekday{
monday,