diff options
author | pzuev <[email protected]> | 2022-02-10 16:51:58 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:51:58 +0300 |
commit | cef7a509710626ba72058dc31bb8f757225564ce (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb /util/system | |
parent | 06075f9384bbf7b4a1b86df984c914bfbd8c98c3 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/system')
-rw-r--r-- | util/system/datetime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/datetime.h b/util/system/datetime.h index ad4b62a0635..aa009974e09 100644 --- a/util/system/datetime.h +++ b/util/system/datetime.h @@ -8,7 +8,7 @@ #pragma intrinsic(__rdtsc) #endif // _win_ -#if defined(_darwin_) && !defined(_x86_) +#if defined(_darwin_) && !defined(_x86_) #include <mach/mach_time.h> #endif |