X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b5f62a0b2db198609b45dec622a018dae37008e..3a97d2db67e638e250c3d38ffa149d6a9feb681b:/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