mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 12:22:39 -03:00
refactor: add missing std:: includes to threadnames.cpp
This commit is contained in:
parent
87f3c04cc5
commit
e8fc236da7
1 changed files with 2 additions and 0 deletions
|
@ -6,7 +6,9 @@
|
|||
#include <config/bitcoin-config.h>
|
||||
#endif
|
||||
|
||||
#include <string>
|
||||
#include <thread>
|
||||
#include <utility>
|
||||
|
||||
#if (defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__))
|
||||
#include <pthread.h>
|
||||
|
|
Loading…
Reference in a new issue