From 8a646b6b9f7593b433a328ce644f5f274685b356 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 12 Sep 2002 19:59:04 +0000 Subject: [PATCH] include stddef.h to get ptrdiff_t decl (IRIX compilation problem) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17153 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 9b635e8a07..316abdec50 100644 --- a/include/wx/hashmap.h +++ b/include/wx/hashmap.h @@ -16,6 +16,8 @@ #pragma interface "hashmap.h" #endif +#include // for ptrdiff_t + #include "wx/string.h" // private