From e2473d4c48a842a960292abc555747f135f93cd0 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 15 Feb 2004 02:57:43 +0000 Subject: [PATCH] include stdlib.h to get malloc/free decl git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25811 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/buffer.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/buffer.h b/include/wx/buffer.h index db3749c7c0..85c986a3e9 100644 --- a/include/wx/buffer.h +++ b/include/wx/buffer.h @@ -16,6 +16,8 @@ #include "wx/wxchar.h" +#include // malloc() and free() + // ---------------------------------------------------------------------------- // Special classes for (wide) character strings: they use malloc/free instead // of new/delete -- 2.50.0