We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 031b058 commit 7a2d5bdCopy full SHA for 7a2d5bd
1 file changed
TinyJobs/include/TinyJobs.h
@@ -71,6 +71,8 @@
71
72
//for threads
73
#include <thread>
74
+//add arrays
75
+#include <array>
76
//for thread-safe stuff
77
#include <mutex>
78
//for notifying threads
0 commit comments