From c55fcaf260854e31a9a49b8310f4ae59171f7d5e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 2 Jan 2014 18:29:41 +0000 Subject: huh... no STL in the core at all git-svn-id: http://svn.miranda-ng.org/main/trunk@7465 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/commonheaders.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/core/commonheaders.h') diff --git a/src/core/commonheaders.h b/src/core/commonheaders.h index 482bab7f2d..5cb9c620a2 100644 --- a/src/core/commonheaders.h +++ b/src/core/commonheaders.h @@ -41,9 +41,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include -#include -using namespace std; +#ifdef _DEBUG +#include +#endif +#include #include #include #include -- cgit v1.2.3