mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 11:13:23 -03:00
Merge #17980: test: add missing #include to fix compiler errors
a5a2654bbc
test: add missing #include to fix compiler errors (Karl-Johan Alm) Pull request description: I believe this fixes AppVeyor errors in master. Will close if that is not the case. Closes #17976 ACKs for top commit: fanquake: ACKa5a2654bbc
- glad the fix turned out to be this simple. Tree-SHA512: 8fed8c2050d0f435e7ed6db1c2927d5daccc3540c6cf9e57e644d0931a740359550a5270201c893f40200960101f11cd039d807d4ed0190f1e0c674f86fd7290
This commit is contained in:
commit
e45463a06a
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
#include <test/util/setup_common.h>
|
||||
#include <random.h>
|
||||
#include <thread>
|
||||
#include <deque>
|
||||
|
||||
/** Test Suite for CuckooCache
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue