diff options
author | pzuev <pzuev@yandex-team.ru> | 2022-02-10 16:51:58 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:58 +0300 |
commit | cef7a509710626ba72058dc31bb8f757225564ce (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb | |
parent | 06075f9384bbf7b4a1b86df984c914bfbd8c98c3 (diff) | |
download | ydb-cef7a509710626ba72058dc31bb8f757225564ce.tar.gz |
Restoring authorship annotation for <pzuev@yandex-team.ru>. Commit 2 of 2.
-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 ad4b62a063..aa009974e0 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 |