mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 02:19:35 +08:00
replaced include pthread.h with <thread>
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user