Skip to content

Commit e8fc236

Browse files
committed
refactor: add missing std:: includes to threadnames.cpp
1 parent 87f3c04 commit e8fc236

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/util/threadnames.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
#include <config/bitcoin-config.h>
77
#endif
88

9+
#include <string>
910
#include <thread>
11+
#include <utility>
1012

1113
#if (defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__))
1214
#include <pthread.h>

0 commit comments

Comments
 (0)