aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorMarcoFalke <6399679+MarcoFalke@users.noreply.github.com>2023-03-02 14:43:43 +0100
committerMarcoFalke <6399679+MarcoFalke@users.noreply.github.com>2023-03-02 14:48:28 +0100
commit1111e2f8b43cd9ed62dcf6b571a224b84fc421fd (patch)
treef68a00409a4359bfcb69d47222ddccf0465e3a07 /src/util
parent74981aa02d2b14ad1c0b82d1eb09cf3169eaa8ae (diff)
Use steady clock in SeedStrengthen and FindBestImplementation
Diffstat (limited to 'src/util')
-rw-r--r--src/util/time.h2
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>