Fix windows build

This commit is contained in:
Kai Sommerfeld
2020-10-31 00:25:34 +01:00
parent 11b8d0b076
commit 18fc3a3339
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
#include <sstream>
#include <string>
#ifdef __WINDOWS__
#if defined(WIN32) || defined(_WIN32) || defined(__WIN32) && !defined(__CYGWIN__)
#define timegm _mkgmtime
#endif