Fixed window include bug

This commit is contained in:
gabime 2015-04-07 20:02:43 +03:00
parent acb06ea977
commit 67e0957e67
1 changed files with 0 additions and 1 deletions

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