mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-26 15:39:03 +08:00
replaced include pthread.h with <thread>
This commit is contained in:
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…
Reference in New Issue
Block a user