X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/25889d3c43f537fea00a2b7d6df7bd7e63e113f8..99646f7ee4afb3d7d929e1d396e56de8c1aed622:/include/wx/notebook.h diff --git a/include/wx/notebook.h b/include/wx/notebook.h index 04fec2227f..63bbee89ea 100644 --- a/include/wx/notebook.h +++ b/include/wx/notebook.h @@ -103,6 +103,8 @@ typedef void (wxEvtHandler::*wxNotebookEventFunction)(wxNotebookEvent&); #include "wx/qt/notebook.h" #elif defined(__WXMAC__) #include "wx/mac/notebook.h" +#elif defined(__WXPM__) + #include "wx/os2/notebook.h" #elif defined(__WXSTUBS__) #include "wx/stubs/notebook.h" #endif