X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c50f1fb9226d9260454ccb9c8a67d0be23c2827f..5527476f67f7313aeea0d16b2fe366e5a5ddb493:/include/wx/statline.h?ds=sidebyside diff --git a/include/wx/statline.h b/include/wx/statline.h index 9c7fe86788..a5657107a5 100644 --- a/include/wx/statline.h +++ b/include/wx/statline.h @@ -64,6 +64,10 @@ protected: #include "wx/msw/statline.h" #elif defined(__WXGTK__) #include "wx/gtk/statline.h" +#elif defined(__WXPM__) + #include "wx/os2/statline.h" +#elif defined(__WXMAC__) + #include "wx/mac/statline.h" #else // use generic implementation for all other platforms #include "wx/generic/statline.h" #endif