X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..4aae4a085cf105551590b2a999758e0762743352:/include/wx/hashmap.h diff --git a/include/wx/hashmap.h b/include/wx/hashmap.h index ee6c142032..95314ada5a 100644 --- a/include/wx/hashmap.h +++ b/include/wx/hashmap.h @@ -42,10 +42,11 @@ #else // !wxUSE_STL || !defined(HAVE_STL_HASH_MAP) -#include // for ptrdiff_t #ifdef __WXWINCE__ typedef int ptrdiff_t; +#else +#include // for ptrdiff_t #endif // private