X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc480dc16bcaec2c295b227e0a4b6daf2776d129..1306e7d6eca73adb57bc6e50d22108371c0241e7:/include/wx/stdpaths.h?ds=inline diff --git a/include/wx/stdpaths.h b/include/wx/stdpaths.h index 5877ca4450..9f83385657 100644 --- a/include/wx/stdpaths.h +++ b/include/wx/stdpaths.h @@ -89,6 +89,8 @@ protected: #include "wx/os2/stdpaths.h" #elif defined(__UNIX__) #include "wx/unix/stdpaths.h" +#elif defined(__PALMOS__) + #include "wx/palmos/stdpaths.h" #endif #endif // _WX_STDPATHS_H_