X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/486c8bdfc9a490e42475e5604b22037f853d72b7..1d39da4b229f228045c0aa6722665d42d5db61b8:/src/common/memory.cpp?ds=inline diff --git a/src/common/memory.cpp b/src/common/memory.cpp index 5ec13fc7db..8dab25f747 100644 --- a/src/common/memory.cpp +++ b/src/common/memory.cpp @@ -54,7 +54,7 @@ #include #ifdef __WXMSW__ -#include +#include "wx/msw/wrapwin.h" #ifdef GetClassInfo #undef GetClassInfo @@ -768,7 +768,7 @@ bool wxDebugContext::PrintClasses(void) } int n = 0; - wxNode *node; + wxHashTable::compatibility_iterator node; wxClassInfo *info; wxClassInfo::sm_classTable->BeginFind();