Skip to content

Commit e45463a

Browse files
committed
Merge #17980: test: add missing #include to fix compiler errors
a5a2654 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: ACK a5a2654 - glad the fix turned out to be this simple. Tree-SHA512: 8fed8c2050d0f435e7ed6db1c2927d5daccc3540c6cf9e57e644d0931a740359550a5270201c893f40200960101f11cd039d807d4ed0190f1e0c674f86fd7290
2 parents 742f84d + a5a2654 commit e45463a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/cuckoocache_tests.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <test/util/setup_common.h>
88
#include <random.h>
99
#include <thread>
10+
#include <deque>
1011

1112
/** Test Suite for CuckooCache
1213
*

0 commit comments

Comments
 (0)