From 3ee728d11b8a52c945ef132d11fafde102956471 Mon Sep 17 00:00:00 2001 From: gabime Date: Thu, 9 Apr 2015 18:20:45 +0300 Subject: [PATCH] replaced include pthread.h with --- include/spdlog/details/os.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/details/os.h b/include/spdlog/details/os.h index 4ba58cbf..18e3fb71 100644 --- a/include/spdlog/details/os.h +++ b/include/spdlog/details/os.h @@ -36,7 +36,7 @@ #include //Use gettid() syscall under linux to get thread id #include #else -#include +#include #endif #include "../common.h"