X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/371a5b4e62eb415107e045588f614fa49e866e78..95561ddfc3c0c84c71316d40cb539135fa68b440:/include/wx/buffer.h 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