diff options
| author | Karl-Johan Alm <[email protected]> | 2020-01-22 17:13:53 +0900 |
|---|---|---|
| committer | Karl-Johan Alm <[email protected]> | 2020-01-22 17:13:53 +0900 |
| commit | a5a2654bbc43b5c208418872e5d4c0acbadda5de (patch) | |
| tree | 80d236a4c85f9f2d3546a80af07bd0a0e5198512 /src/test/cuckoocache_tests.cpp | |
| parent | Merge #17916: windows: Enable heap terminate-on-corruption (diff) | |
| download | discoin-a5a2654bbc43b5c208418872e5d4c0acbadda5de.tar.xz discoin-a5a2654bbc43b5c208418872e5d4c0acbadda5de.zip | |
test: add missing #include to fix compiler errors
Diffstat (limited to 'src/test/cuckoocache_tests.cpp')
| -rw-r--r-- | src/test/cuckoocache_tests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/cuckoocache_tests.cpp b/src/test/cuckoocache_tests.cpp index 119d4b329..6be24c084 100644 --- a/src/test/cuckoocache_tests.cpp +++ b/src/test/cuckoocache_tests.cpp @@ -7,6 +7,7 @@ #include <test/util/setup_common.h> #include <random.h> #include <thread> +#include <deque> /** Test Suite for CuckooCache * |