From 523b9ce4fdf8e5a8d0033dc46aac19ca1b99c39f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 1 Apr 2007 14:18:49 +0000 Subject: [PATCH] fixes for PCH-less build after last commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/private/stattext.h | 2 ++ src/common/stattextcmn.cpp | 1 + 2 files changed, 3 insertions(+) diff --git a/include/wx/private/stattext.h b/include/wx/private/stattext.h index ac22a59269..be8f89c092 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 // ---------------------------------------------------------------------------- diff --git a/src/common/stattextcmn.cpp b/src/common/stattextcmn.cpp index 184c9f1c98..d9092155c2 100644 --- a/src/common/stattextcmn.cpp +++ b/src/common/stattextcmn.cpp @@ -30,6 +30,7 @@ #include "wx/button.h" #include "wx/dcclient.h" #include "wx/intl.h" + #include "wx/log.h" #include "wx/settings.h" #include "wx/stattext.h" #include "wx/sizer.h" -- 2.47.2