Fix Windows compilation.

This commit is contained in:
Jonathan Naylor
2020-09-20 15:05:42 +01:00
parent 09a5824956
commit 5051efa78d
5 changed files with 7 additions and 7 deletions

View File

@@ -20,6 +20,7 @@
#define STOPWATCH_H
#if defined(_WIN32) || defined(_WIN64)
#include <WS2tcpip.h>
#include <windows.h>
#else
#include <sys/time.h>