Skip to content

Commit 7a2d5bd

Browse files
committed
forgot to include arrays
1 parent 031b058 commit 7a2d5bd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

TinyJobs/include/TinyJobs.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@
7171

7272
//for threads
7373
#include <thread>
74+
//add arrays
75+
#include <array>
7476
//for thread-safe stuff
7577
#include <mutex>
7678
//for notifying threads

0 commit comments

Comments
 (0)