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> #include <pthread.h>
#define TSM_DEBUG 0 #define TSM_DEBUG 0
#if TSM_DEBUG == 1 #include <stdio.h>
#include <stdio.h>
#endif
using namespace std; using namespace std;