diff options
author | Naddley <NaddleyTC@gmail.com> | 2024-11-23 13:39:40 +0100 |
---|---|---|
committer | Naddley <NaddleyTC@gmail.com> | 2024-11-23 13:39:40 +0100 |
commit | f1cc122b1de52379525c2c69a18428a90c6a2149 (patch) | |
tree | bef31752539495ce098681580384ae9b1540e22b /src/common/Utilities/Duration.h | |
parent | c1cd8c421ca548afe5a2ed901e2d3b30b35e6f45 (diff) | |
parent | 96956b0e5b74884ff8f7bede5c8c11adbb5ee873 (diff) |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src/common/Utilities/Duration.h')
-rw-r--r-- | src/common/Utilities/Duration.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common/Utilities/Duration.h b/src/common/Utilities/Duration.h index b4c3f17cb3e..f506467abda 100644 --- a/src/common/Utilities/Duration.h +++ b/src/common/Utilities/Duration.h @@ -18,12 +18,7 @@ #ifndef _DURATION_H_ #define _DURATION_H_ -// HACKS TERRITORY -#if __has_include(<__msvc_chrono.hpp>) -#include <__msvc_chrono.hpp> // skip all the formatting/istream/locale/mutex bloat -#else #include <chrono> -#endif /// Milliseconds shorthand typedef. typedef std::chrono::milliseconds Milliseconds; |