1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-03-29 17:32:41 +08:00

Fixed window include bug

This commit is contained in:
gabime 2015-04-07 20:02:43 +03:00
parent acb06ea977
commit 67e0957e67

View File

@ -26,7 +26,6 @@
#include <type_traits>
#include "../common.h"
#include "../logger.h"
#include <pthread.h>
// Line logger class - aggregates operator<< calls to fast ostream
// and logs upon destruction