diff options
author | Karl-Johan Alm <karljohan-alm@garage.co.jp> | 2020-01-22 17:13:53 +0900 |
---|---|---|
committer | Karl-Johan Alm <karljohan-alm@garage.co.jp> | 2020-01-22 17:13:53 +0900 |
commit | a5a2654bbc43b5c208418872e5d4c0acbadda5de (patch) | |
tree | 80d236a4c85f9f2d3546a80af07bd0a0e5198512 /src | |
parent | 631df3ee87ec93e1fc748715671cdb5cff7308e6 (diff) |
test: add missing #include to fix compiler errors
Diffstat (limited to 'src')
-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 119d4b3295..6be24c0845 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 * |