X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9f8845289521c7f53e95b6dfd8275daab8b05639..c7f73af494dcebd162d5130a90738288719fa590:/include/wx/control.h diff --git a/include/wx/control.h b/include/wx/control.h index b6136bd449..64306ff8da 100644 --- a/include/wx/control.h +++ b/include/wx/control.h @@ -100,6 +100,8 @@ protected: #if defined(__WXUNIVERSAL__) #include "wx/univ/control.h" +#elif defined(__PALMOS__) + #include "wx/palmos/control.h" #elif defined(__WXMSW__) #include "wx/msw/control.h" #elif defined(__WXMOTIF__)