From 969e4465100cc24748f9cd9797beee8e17385f5e Mon Sep 17 00:00:00 2001 From: San Jacobs Date: Sat, 6 Aug 2022 11:55:29 +0200 Subject: Removed std::vector usage, started windows stuff --- src/time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/time.h') diff --git a/src/time.h b/src/time.h index 6511213..637b111 100755 --- a/src/time.h +++ b/src/time.h @@ -4,7 +4,6 @@ #include #include #include -#include #include enum weekday{ @@ -79,6 +78,7 @@ struct workday{ const moment& calltime, const moment& wraptime, const moment& planned_wraptime); + workday(){}; void lunch(const moment& lunch_start, const moment& lunch_end); }; -- cgit v1.2.1