mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-15 20:50:41 +02:00
refactor: add missing std:: includes to threadnames.cpp
This commit is contained in:
parent
87f3c04cc5
commit
e8fc236da7
@ -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 New Issue
Block a user