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
This commit is contained in:
Vadim Zeitlin
2003-05-01 19:47:16 +00:00
parent e8c6a69c9d
commit 8e0a317c4f

View File

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