modified more time based files to work on clang

This commit is contained in:
AdenKoperczak 2024-09-19 13:33:05 -04:00
parent 5c3bcaa0ce
commit 0585ab828c
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ namespace scwx
namespace util
{
#if defined(_MSC_VER)
#if (defined(_MSC_VER) || defined(__clang__))
typedef std::chrono::time_zone time_zone;
#else
typedef date::time_zone time_zone;