Minor fixes for moving to gcc

This commit is contained in:
2017-06-08 07:34:06 +02:00
parent 2b8accbb55
commit 6952cf9372
3 changed files with 8 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ it. Using this library is your own responsibility
#include <mutex>
#include <thread>
#include <vector>
#include <condition_variable>
class ThreadPool {
long numOfThreads;