From 09122b4014e4dd260f62181c7465e03523b7e2cc Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 18 Jan 2014 18:07:12 +0000 Subject: compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@7736 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_string.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/m_string.h b/include/m_string.h index 20c9f8dbd0..4660d3e387 100644 --- a/include/m_string.h +++ b/include/m_string.h @@ -23,6 +23,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #pragma once +#ifndef M_STRING_H__ + +#include #include #include #include @@ -2220,3 +2223,5 @@ __forceinline int ChTraitsCRT::Format(LPSTR pszBuffer, size_t nlength, LPC { return vsprintf_s(pszBuffer, nlength, pszFormat, args); } + +#endif // M_STRING_H__ -- cgit v1.2.3