!WX_PRECOMP (wxPalm) build fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2006-02-12 17:51:44 +00:00
parent a3a4105df6
commit 0e2d298670

View File

@ -1,5 +1,5 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: ctrlcmn.cpp // Name: src/common/ctrlcmn.cpp
// Purpose: wxControl common interface // Purpose: wxControl common interface
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Modified by: // Modified by:
@ -29,6 +29,7 @@
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/control.h" #include "wx/control.h"
#include "wx/log.h" #include "wx/log.h"
#include "wx/radiobut.h"
#endif #endif
#if wxUSE_STATBMP #if wxUSE_STATBMP
@ -177,4 +178,3 @@ wxSize wxStaticBitmapBase::DoGetBestSize() const
#endif // wxUSE_STATBMP #endif // wxUSE_STATBMP
#endif // wxUSE_CONTROLS #endif // wxUSE_CONTROLS