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
This commit is contained in:
Vadim Zeitlin 2002-09-12 19:59:04 +00:00
parent 4ea2c29f51
commit 8a646b6b9f

View File

@ -16,6 +16,8 @@
#pragma interface "hashmap.h"
#endif
#include <stddef.h> // for ptrdiff_t
#include "wx/string.h"
// private