From 3f3c3b27c872108d6cd16fe6ea2e029075fffd8c Mon Sep 17 00:00:00 2001 From: ha7ilm Date: Thu, 19 Jan 2017 17:08:49 +0100 Subject: [PATCH] Fixed include on TSM_DEBUG --- tsmpool.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tsmpool.h b/tsmpool.h index 3db486c..d24cc4e 100644 --- a/tsmpool.h +++ b/tsmpool.h @@ -7,9 +7,7 @@ #include #define TSM_DEBUG 0 -#if TSM_DEBUG == 1 - #include -#endif +#include using namespace std;