diff options
author | MarcoFalke <6399679+MarcoFalke@users.noreply.github.com> | 2023-03-02 14:43:43 +0100 |
---|---|---|
committer | MarcoFalke <6399679+MarcoFalke@users.noreply.github.com> | 2023-03-02 14:48:28 +0100 |
commit | 1111e2f8b43cd9ed62dcf6b571a224b84fc421fd (patch) | |
tree | f68a00409a4359bfcb69d47222ddccf0465e3a07 /src/util | |
parent | 74981aa02d2b14ad1c0b82d1eb09cf3169eaa8ae (diff) |
Use steady clock in SeedStrengthen and FindBestImplementation
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/time.h b/src/util/time.h index d45baaa378..fcf85c1e03 100644 --- a/src/util/time.h +++ b/src/util/time.h @@ -8,7 +8,7 @@ #include <compat/compat.h> -#include <chrono> +#include <chrono> // IWYU pragma: export #include <cstdint> #include <string> |