Merge branch 'mueller/host-cmake-improvements' into mueller/master

This commit is contained in:
Robin Müller 2020-12-21 14:07:25 +01:00
commit 4100bb19ce
1 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,10 @@
#include "../globalfunctions/timevalOperations.h"
#include <cstdint>
#ifndef WIN32
#ifdef WIN32
#include <winsock2.h>
#else
#include <sys/time.h>
#endif