stddef.h required for IRIX compilation (patch 721388)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-05-01 19:47:16 +00:00
parent 8497a90d5c
commit 859a5e3406

View File

@@ -18,6 +18,8 @@
#include "wx/string.h"
#include <stddef.h> // for ptrdiff_t
// private
struct WXDLLEXPORT _wxHashTable_NodeBase
{