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
This commit is contained in:
Vadim Zeitlin 2007-04-01 14:18:49 +00:00
parent 996173c401
commit 523b9ce4fd
2 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,8 @@
#ifndef _WX_PRIVATE_STATTEXT_H_
#define _WX_PRIVATE_STATTEXT_H_
#include "wx/window.h"
#if wxUSE_STATTEXT
// ----------------------------------------------------------------------------

View File

@ -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"