X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a809b45d59f239fe74e3db70b92240c4b976089f..168da56b8f739937dd49e5ca864a76a3b0a7e99a:/include/wx/stdpaths.h diff --git a/include/wx/stdpaths.h b/include/wx/stdpaths.h index 9f83385657..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" // ---------------------------------------------------------------------------- @@ -93,5 +97,7 @@ protected: #include "wx/palmos/stdpaths.h" #endif +#endif // wxUSE_STDPATHS + #endif // _WX_STDPATHS_H_