X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/39bc0347fda3505f7fb43447f21efd84b9e00b3c..67ef83eb032b3fa056dbb09671c757dfc6e70496:/include/wx/private/stattext.h?ds=sidebyside diff --git a/include/wx/private/stattext.h b/include/wx/private/stattext.h index ac22a59269..1618315881 100644 --- a/include/wx/private/stattext.h +++ b/include/wx/private/stattext.h @@ -12,6 +12,8 @@ #ifndef _WX_PRIVATE_STATTEXT_H_ #define _WX_PRIVATE_STATTEXT_H_ +#include "wx/window.h" + #if wxUSE_STATTEXT // ---------------------------------------------------------------------------- @@ -65,6 +67,8 @@ private: bool m_eol; }; +#endif // wxUSE_STATTEXT + enum { wxMARKUP_ENTITY_AMP, @@ -90,6 +94,4 @@ enum // extern const wxChar *wxMarkupEntities[wxMARKUP_ELEMENT_MAX][wxMARKUP_ENTITY_MAX]; -#endif // wxUSE_STATTEXT - #endif // _WX_PRIVATE_STATTEXT_H_