diff --git a/src/random.cpp b/src/random.cpp index 51b8b3ad9d1..9bd8ff9f1a4 100644 --- a/src/random.cpp +++ b/src/random.cpp @@ -5,6 +5,7 @@ #include +#include #include #include #include diff --git a/src/randomenv.cpp b/src/randomenv.cpp index 581612bccf3..da81a616513 100644 --- a/src/randomenv.cpp +++ b/src/randomenv.cpp @@ -10,6 +10,7 @@ #include #include +#include #include #include #include diff --git a/src/util/time.h b/src/util/time.h index b6aab615bac..6aa776137c1 100644 --- a/src/util/time.h +++ b/src/util/time.h @@ -6,8 +6,6 @@ #ifndef BITCOIN_UTIL_TIME_H #define BITCOIN_UTIL_TIME_H -#include - #include // IWYU pragma: export #include #include