X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..5f4cd605aa4bb463999693b04ee3cd42eb6ec8c3:/include/wx/popupwin.h?ds=sidebyside diff --git a/include/wx/popupwin.h b/include/wx/popupwin.h index f4c0521e49..4c00cc1ed9 100644 --- a/include/wx/popupwin.h +++ b/include/wx/popupwin.h @@ -50,6 +50,8 @@ public: // include the real class declaration #ifdef __WXMSW__ #include "wx/msw/popupwin.h" +#elif __WXGTK__ + #include "wx/gtk/popupwin.h" #else #error "wxPopupWindow is not supported under this platform." #endif