Updating development with upstream changes #2

Closed
muellerr wants to merge 38 commits from mueller/master into development
1 changed files with 4 additions and 1 deletions
Showing only changes of commit 4100bb19ce - Show all commits

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