From a9002225d07139532ffe895e9d97cd012816761f Mon Sep 17 00:00:00 2001 From: Dimitrios Siganos Date: Fri, 14 Oct 2022 18:22:52 +0100 Subject: [PATCH] Fix windows compilation problem for slow_test --- nano/slow_test/vote_cache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nano/slow_test/vote_cache.cpp b/nano/slow_test/vote_cache.cpp index 29889358b6..1d0b5f7319 100644 --- a/nano/slow_test/vote_cache.cpp +++ b/nano/slow_test/vote_cache.cpp @@ -215,7 +215,7 @@ TEST (vote_cache, perf_multithreaded) // Ensure our generated votes go to inactive vote cache instead of active elections node.active.clear (); - run_parallel (thread_count, [&node, &reps, &blocks] (int index) { + run_parallel (thread_count, [&node, &reps, &blocks, &vote_count, &single_vote_size, &single_vote_reps] (int index) { int block_idx = index; int rep_idx = index; std::vector hashes;