From: Vadim Zeitlin Date: Thu, 1 May 2003 19:47:16 +0000 (+0000) Subject: stddef.h required for IRIX compilation (patch 721388) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8e0a317c4fbbde579f364be3d556f539a18906b8 stddef.h required for IRIX compilation (patch 721388) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/hashmap.h b/include/wx/hashmap.h index e774c0a193..5bd69cea77 100644 --- a/include/wx/hashmap.h +++ b/include/wx/hashmap.h @@ -18,6 +18,8 @@ #include "wx/string.h" +#include // for ptrdiff_t + // private struct WXDLLEXPORT _wxHashTable_NodeBase {