summaryrefslogtreecommitdiff
path: root/src/mir_core/commonheaders.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-10-11 15:48:26 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-10-11 15:48:26 +0000
commit64246e68515f9c73315a06f4f62738e45655f983 (patch)
treeb26eda28c0163b59a71bb61ce6ed5ca1301723fd /src/mir_core/commonheaders.h
parent7fe4aeaec6ec0300ecd544579b462aa526b07080 (diff)
dynamic memory allocation on buffer overrun.
99.95% of strings are still printed without any need of memory allocation git-svn-id: http://svn.miranda-ng.org/main/trunk@6440 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/mir_core/commonheaders.h')
-rw-r--r--src/mir_core/commonheaders.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mir_core/commonheaders.h b/src/mir_core/commonheaders.h
index 216eaf23f6..bf8e5444ff 100644
--- a/src/mir_core/commonheaders.h
+++ b/src/mir_core/commonheaders.h
@@ -35,8 +35,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <commctrl.h>
#include <vssym32.h>
-#include <string>
-
#include <malloc.h>
#include <stdio.h>
#include <time.h>
@@ -56,6 +54,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <m_db_int.h>
#include <newpluginapi.h>
#include <m_langpack.h>
+#include <m_string.h>
#include "miranda.h"