]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/private/stattext.h
implemented toggling of wxCAL_MONDAY_FIRST in the native MSW version of wxCalendarCtrl
[wxWidgets.git] / include / wx / private / stattext.h
index ac22a59269970455bc4d4ec56e16fe0180f056f0..1618315881677a379574e5044c30315da7cfc516 100644 (file)
@@ -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_