X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5dbe15d0bacde245539f54c4d97af6b4696f01f..1cf57808cb146742378d24faa77b9e9482c86b2b:/include/wx/popupwin.h?ds=sidebyside diff --git a/include/wx/popupwin.h b/include/wx/popupwin.h index dc2ede540f..72d822411c 100644 --- a/include/wx/popupwin.h +++ b/include/wx/popupwin.h @@ -68,6 +68,8 @@ public: #include "wx/dfb/popupwin.h" #elif defined(__WXMGL__) #include "wx/mgl/popupwin.h" +#elif defined(__WXMAC__) + #include "wx/mac/popupwin.h" #else #error "wxPopupWindow is not supported under this platform." #endif