X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b597caaca8ade60aa8ef750c94df803bbd8ba422..3f1af9204f1813a10e2c59a5f9b28a7eec630861:/include/wx/msw/checklst.h diff --git a/include/wx/msw/checklst.h b/include/wx/msw/checklst.h index 53f68e1e7a..8c1d964c08 100644 --- a/include/wx/msw/checklst.h +++ b/include/wx/msw/checklst.h @@ -16,7 +16,9 @@ #pragma interface "checklst.h" #endif -typedef unsigned int size_t; +// No! +// typedef unsigned int size_t; +#include #if !wxUSE_OWNER_DRAWN #error "wxCheckListBox class requires owner-drawn functionality."