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