Skip to content

Commit

Permalink
Merge bitcoin#17980: test: add missing #include to fix compiler errors
Browse files Browse the repository at this point in the history
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 bitcoin#17976

ACKs for top commit:
  fanquake:
    ACK a5a2654 - glad the fix turned out to be this simple.

Tree-SHA512: 8fed8c2050d0f435e7ed6db1c2927d5daccc3540c6cf9e57e644d0931a740359550a5270201c893f40200960101f11cd039d807d4ed0190f1e0c674f86fd7290
  • Loading branch information
fanquake authored and PastaPastaPasta committed Jul 14, 2021
1 parent 08b9cb8 commit 30a5b5f
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/test_dash.h>
#include <random.h>
#include <thread>
#include <deque>

/** Test Suite for CuckooCache
*
Expand Down

0 comments on commit 30a5b5f

Please sign in to comment.