!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:
parent
a3a4105df6
commit
0e2d298670
@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: ctrlcmn.cpp
|
||||
// Name: src/common/ctrlcmn.cpp
|
||||
// Purpose: wxControl common interface
|
||||
// Author: Vadim Zeitlin
|
||||
// Modified by:
|
||||
@ -29,6 +29,7 @@
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/control.h"
|
||||
#include "wx/log.h"
|
||||
#include "wx/radiobut.h"
|
||||
#endif
|
||||
|
||||
#if wxUSE_STATBMP
|
||||
@ -177,4 +178,3 @@ wxSize wxStaticBitmapBase::DoGetBestSize() const
|
||||
#endif // wxUSE_STATBMP
|
||||
|
||||
#endif // wxUSE_CONTROLS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user