aboutsummaryrefslogtreecommitdiff
path: root/src/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/time.h')
-rwxr-xr-xsrc/time.h2
1 files changed, 1 insertions, 1 deletions
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 <ios>
#include <iomanip>
#include <string.h>
-#include <vector>
#include <algorithm>
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);
};