mirror of
https://github.com/monero-project/monero.git
synced 2026-01-27 23:04:47 +01:00
tests: fix missing <thread> includes
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
#include "cryptonote_protocol/cryptonote_protocol_handler.h"
|
||||
#include "cryptonote_protocol/cryptonote_protocol_handler.inl"
|
||||
#include <condition_variable>
|
||||
#include <thread>
|
||||
|
||||
#define MAKE_IPV4_ADDRESS(a,b,c,d) epee::net_utils::ipv4_network_address{MAKE_IP(a,b,c,d),0}
|
||||
#define MAKE_IPV4_ADDRESS_PORT(a,b,c,d,e) epee::net_utils::ipv4_network_address{MAKE_IP(a,b,c,d),e}
|
||||
|
||||
Reference in New Issue
Block a user