X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4e32eea148dafadbdd0712377c1b5038406ffde5..44ac608d142da51fd7f70c35146245b197749b2e:/include/wx/menu.h diff --git a/include/wx/menu.h b/include/wx/menu.h index be2b692a1a..79dd28ef61 100644 --- a/include/wx/menu.h +++ b/include/wx/menu.h @@ -498,6 +498,8 @@ protected: #else // !wxUSE_BASE_CLASSES_ONLY #if defined(__WXUNIVERSAL__) #include "wx/univ/menu.h" +#elif defined(__PALMOS__) + #include "wx/palmos/menu.h" #elif defined(__WXMSW__) #include "wx/msw/menu.h" #elif defined(__WXMOTIF__)