]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/stattextg.cpp
Recalculate display (and scrollbars etc) before calling EnsureVisible()
[wxWidgets.git] / src / generic / stattextg.cpp
index 26a25cd02d0406b221441d4f21ceca62d6cce69a..2047f27d0ed2fc083976250e15f0067e3697beff 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     wxGenericStaticText
 // Author:      Marcin Wojdyr
 // Created:     2008-06-26
-// RCS-ID:      $Id:$
+// RCS-ID:      $Id$
 // Copyright:   Marcin Wojdyr
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -17,7 +17,8 @@
 #if wxUSE_STATTEXT
 
 #ifndef WX_PRECOMP
-    #include "wx/dc.h"
+    #include "wx/dcclient.h"
+    #include "wx/settings.h"
     #include "wx/validate.h"
 #endif