allow build with gcc-13

This commit is contained in:
kwyxz 2023-09-06 23:02:06 -07:00 committed by m4xw
parent aadcb19556
commit 49eadb4da8

View File

@ -10,6 +10,7 @@
#include <mutex>
#include <thread>
#include <vector>
#include <stdexcept>
class Parallel
{