Skip to content

Commit ead0a44

Browse files
authoredMay 10, 2021
Merge pull request #381 from tallalnparis4ev/add-include-vector
Fix include error on MacOS
2 parents 8abe9d8 + c3099f9 commit ead0a44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎include/grppi/native/worker_pool.h

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#define GRPPI_NATIVE_WORKER_POOL_H
1818

1919
#include <thread>
20+
#include <vector>
2021

2122
namespace grppi {
2223

0 commit comments

Comments
 (0)
Please sign in to comment.