Fixed include on TSM_DEBUG

This commit is contained in:
ha7ilm 2017-01-19 17:08:49 +01:00
parent 3246e20864
commit 3f3c3b27c8

View file

@ -7,9 +7,7 @@
#include <pthread.h>
#define TSM_DEBUG 0
#if TSM_DEBUG == 1
#include <stdio.h>
#endif
#include <stdio.h>
using namespace std;