X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/371a5b4e62eb415107e045588f614fa49e866e78..7b162e540e98415f8ac6bc1fd5b880e143aa85e5:/include/wx/buffer.h?ds=sidebyside 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