X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e1bf9a57769253d1786f84d5c5e420630fee7256..9c34a216817028bc533e07873d047208a96b05a2:/include/wx/preferences.h diff --git a/include/wx/preferences.h b/include/wx/preferences.h index fb6387a075..f93472e4f2 100644 --- a/include/wx/preferences.h +++ b/include/wx/preferences.h @@ -12,6 +12,9 @@ #define _WX_PREFERENCES_H_ #include "wx/defs.h" + +#if wxUSE_PREFERENCES_EDITOR + #include "wx/bitmap.h" #include "wx/vector.h" @@ -138,4 +141,6 @@ private: wxDECLARE_NO_COPY_CLASS(wxPreferencesEditor); }; +#endif // wxUSE_PREFERENCES_EDITOR + #endif // _WX_PREFERENCES_H_