replaced include pthread.h with <thread>

pull/89/head
gabime 11 years ago
parent e8a27a1cee
commit 3ee728d11b

@ -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"

Loading…
Cancel
Save