X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b5f62a0b2db198609b45dec622a018dae37008e..42b6a61ef6680602b4893a39e4a42d66bcb2f2a8:/include/wx/listctrl.h diff --git a/include/wx/listctrl.h b/include/wx/listctrl.h index c57ee5ef67..e1840f1fcb 100644 --- a/include/wx/listctrl.h +++ b/include/wx/listctrl.h @@ -26,6 +26,8 @@ #if defined(__WIN32__) && !defined(__WXUNIVERSAL__) #include "wx/msw/listctrl.h" +#elif defined(__WXPM__) + #include "wx/os2/listctrl.h" #else #include "wx/generic/listctrl.h" #endif