Fixed include on TSM_DEBUG
This commit is contained in:
parent
3246e20864
commit
3f3c3b27c8
1 changed files with 1 additions and 3 deletions
|
@ -7,9 +7,7 @@
|
|||
#include <pthread.h>
|
||||
|
||||
#define TSM_DEBUG 0
|
||||
#if TSM_DEBUG == 1
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
Loading…
Reference in a new issue