summaryrefslogtreecommitdiffstats
path: root/util/system/datetime.h
diff options
context:
space:
mode:
authorpzuev <[email protected]>2022-02-10 16:51:58 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:51:58 +0300
commit06075f9384bbf7b4a1b86df984c914bfbd8c98c3 (patch)
tree59075c7512034e500411081b5eaa29f033783fbd /util/system/datetime.h
parent12a17eba0ff5454cffccf6651fc32e2a5190f526 (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/system/datetime.h')
-rw-r--r--util/system/datetime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/datetime.h b/util/system/datetime.h
index aa009974e09..ad4b62a0635 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