Fixed Windows compile with MinGW

This commit is contained in:
thunder2 2018-10-12 13:52:19 +02:00
parent fae02741d4
commit 6e1de5b5ed

View File

@ -22,7 +22,11 @@
#pragma once
#include <string>
#ifdef WINDOWS_SYS
#include <stdint.h>
#else
#include <cstdint>
#endif
#include <ctime> // Added for comfort of users of this util header
/**