fix compilation error

This commit is contained in:
2021-01-10 15:23:40 +01:00
parent 07a8b49373
commit d610ef690f
3 changed files with 8 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ std::vector<operation> generate_operations_uniform(){
break;
}
}
return operations;
}
void run_worker(std::vector<operation>* operations, Stack* stack) {