X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d8729431c8c202bd57aadccf87e0a4777baa055..e4b713a278375619150b76eebb04be1eae889564:/include/wx/popupwin.h?ds=sidebyside diff --git a/include/wx/popupwin.h b/include/wx/popupwin.h index bd9524c08f..7a666aaf7d 100644 --- a/include/wx/popupwin.h +++ b/include/wx/popupwin.h @@ -55,6 +55,8 @@ public: #include "wx/msw/popupwin.h" #elif __WXGTK__ #include "wx/gtk/popupwin.h" +#elif __WXMGL__ + #include "wx/mgl/popupwin.h" #else #error "wxPopupWindow is not supported under this platform." #endif