compilation fix for PCH-less build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-06-21 16:13:07 +00:00
parent 1a9a6eed36
commit 48e487e37f

View File

@@ -12,8 +12,11 @@
#if wxUSE_STATBMP
#include "wx/generic/statbmpg.h"
#ifndef WX_PRECOMP
#include "wx/dcclient.h"
#endif
#include "wx/generic/statbmpg.h"
IMPLEMENT_DYNAMIC_CLASS(wxGenericStaticBitmap, wxStaticBitmapBase)