Commit 3ee728d1 authored by gabime's avatar gabime

replaced include pthread.h with <thread>

parent e8a27a1c
......@@ -36,7 +36,7 @@
#include <sys/syscall.h> //Use gettid() syscall under linux to get thread id
#include <unistd.h>
#else
#include <pthread.h>
#include <thread>
#endif
#include "../common.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment