From 17a12b78073c98eb0abdce9f7c46df9c18e46fac Mon Sep 17 00:00:00 2001 From: Spacefish Date: Mon, 21 Dec 2020 14:05:44 +0100 Subject: [PATCH] clock update --- timemanager/Clock.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/timemanager/Clock.h b/timemanager/Clock.h index f4ed847a..9f6f9885 100644 --- a/timemanager/Clock.h +++ b/timemanager/Clock.h @@ -7,7 +7,12 @@ #include "../globalfunctions/timevalOperations.h" #include + +#ifdef WIN32 +#include +#else #include +#endif class Clock { public: