Skip to content

Commit

Permalink
test: add missing #include to fix compiler errors
Browse files Browse the repository at this point in the history
Github-Pull: bitcoin#17980
Rebased-From: a5a2654
  • Loading branch information
kallewoof authored and fanquake committed Jan 23, 2020
1 parent c8ad23c commit daf2fff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/cuckoocache_tests.cpp
Expand Up @@ -7,6 +7,7 @@
#include <test/setup_common.h>
#include <random.h>
#include <thread>
#include <deque>

/** Test Suite for CuckooCache
*
Expand Down

0 comments on commit daf2fff

Please sign in to comment.