From: Vadim Zeitlin Date: Sun, 15 Feb 2004 02:57:43 +0000 (+0000) Subject: include stdlib.h to get malloc/free decl X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e2473d4c48a842a960292abc555747f135f93cd0 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 --- 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