]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/buffer.h
Change SetStringSelection to return bool like in other classes and ports
[wxWidgets.git] / include / wx / buffer.h
index db3749c7c0253b13f3e0a51bb84848a8d61598e9..85c986a3e90e21527deca61ecb3ee15ab4990b3c 100644 (file)
@@ -16,6 +16,8 @@
 
 #include "wx/wxchar.h"
 
+#include <stdlib.h>             // malloc() and free()
+
 // ----------------------------------------------------------------------------
 // Special classes for (wide) character strings: they use malloc/free instead
 // of new/delete