clock update

This commit is contained in:
Robin Müller 2020-12-21 14:05:44 +01:00
parent a6e38afb98
commit 17a12b7807

View File

@ -7,7 +7,12 @@
#include "../globalfunctions/timevalOperations.h"
#include <cstdint>
#ifdef WIN32
#include <winsock2.h>
#else
#include <sys/time.h>
#endif
class Clock {
public: