Skip to content
This repository was archived by the owner on Jun 2, 2022. It is now read-only.

Commit b04069e

Browse files
authored
Merge pull request #243 from Wykerd/gcc-10-fix
Fix GCC 10 compile errors
2 parents 0322c0e + 4b4428a commit b04069e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/threadPool.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
* SOFTWARE.
2222
*/
2323

24+
#if defined __linux
25+
#include <stdio.h>
26+
#endif
2427
#include <thread>
2528
#include <atomic>
2629
#include "threadPool.hpp"

0 commit comments

Comments
 (0)