X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc480dc16bcaec2c295b227e0a4b6daf2776d129..eba99da4c0563e6508761272a1e1f1b791d0af6b:/include/wx/stdpaths.h?ds=inline diff --git a/include/wx/stdpaths.h b/include/wx/stdpaths.h index 5877ca4450..ed75f6e231 100644 --- a/include/wx/stdpaths.h +++ b/include/wx/stdpaths.h @@ -12,6 +12,10 @@ #ifndef _WX_STDPATHS_H_ #define _WX_STDPATHS_H_ +#include "wx/defs.h" + +#if wxUSE_STDPATHS + #include "wx/string.h" // ---------------------------------------------------------------------------- @@ -89,7 +93,11 @@ protected: #include "wx/os2/stdpaths.h" #elif defined(__UNIX__) #include "wx/unix/stdpaths.h" +#elif defined(__PALMOS__) + #include "wx/palmos/stdpaths.h" #endif +#endif // wxUSE_STDPATHS + #endif // _WX_STDPATHS_H_