From 456e28d28dcf6f379508e16ffef3aa85bf642c31 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 12 Oct 2008 14:12:57 +0000 Subject: [PATCH] compilation fix for PCH-less build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56243 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/stattextg.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/generic/stattextg.cpp b/src/generic/stattextg.cpp index 26a25cd02d..2047f27d0e 100644 --- a/src/generic/stattextg.cpp +++ b/src/generic/stattextg.cpp @@ -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 -- 2.45.2