Fixed Windows build

This commit is contained in:
Matthias Koefferlein 2021-01-17 23:50:42 +01:00
parent 19ecf8866c
commit 9a7b2babc0
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#if defined(_MSC_VER) || defined(_WIN32)
# include <Windows.h>
# include <Psapi.h>
#elif defined(__MACH__)
# include <mach/clock.h>
# include <mach/mach.h>