X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9b4da62701dbe8ccfbe447ce8d1bc77fcb40e9e5..eafdb19c44154550b3c6155a62642e7ab5c6e64d:/include/wx/imaglist.h diff --git a/include/wx/imaglist.h b/include/wx/imaglist.h index 2779e3f1e5..18b0daa504 100644 --- a/include/wx/imaglist.h +++ b/include/wx/imaglist.h @@ -12,6 +12,8 @@ #ifndef _WX_IMAGLIST_H_BASE_ #define _WX_IMAGLIST_H_BASE_ +#include "wx/defs.h" + /* * wxImageList is used for wxListCtrl, wxTreeCtrl. These controls refer to * images for their items by an index into an image list. @@ -49,7 +51,7 @@ enum #elif defined(__WXMSW__) #include "wx/msw/imaglist.h" #elif defined(__WXMAC__) - #include "wx/mac/imaglist.h" + #include "wx/osx/imaglist.h" #elif defined(__WXPALMOS__) #include "wx/palmos/imaglist.h" #endif