diff --git a/libretroshare/src/util/rstime.h b/libretroshare/src/util/rstime.h index b88abc77c..cc3208dbc 100644 --- a/libretroshare/src/util/rstime.h +++ b/libretroshare/src/util/rstime.h @@ -22,7 +22,11 @@ #pragma once #include +#ifdef WINDOWS_SYS +#include +#else #include +#endif #include // Added for comfort of users of this util header /**