From 8e0a317c4fbbde579f364be3d556f539a18906b8 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 1 May 2003 19:47:16 +0000 Subject: [PATCH] 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 --- include/wx/hashmap.h | 2 ++ 1 file changed, 2 insertions(+) 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 { -- 2.45.2