test: add missing #include to fix compiler errors

Github-Pull: #17980
Rebased-From: a5a2654bbc
This commit is contained in:
Karl-Johan Alm
2020-01-22 17:13:53 +09:00
committed by fanquake
parent c8ad23c529
commit daf2fff236

View File

@@ -7,6 +7,7 @@
#include <test/setup_common.h>
#include <random.h>
#include <thread>
#include <deque>
/** Test Suite for CuckooCache
*