clock update
This commit is contained in:
parent
a6e38afb98
commit
17a12b7807
@ -7,7 +7,12 @@
|
||||
#include "../globalfunctions/timevalOperations.h"
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#ifdef WIN32
|
||||
#include <winsock2.h>
|
||||
#else
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
class Clock {
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user