PCH build fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-09-21 05:49:00 +00:00
parent cb305e1e9f
commit 0a5c89cfec

View File

@@ -24,6 +24,7 @@
#endif
#ifndef WX_PRECOMP
#include "wx/settings.h"
#endif //WX_PRECOMP
#include "wx/univ/stdrend.h"
@@ -1490,4 +1491,3 @@ wxSize wxStdRenderer::GetFrameIconSize() const
{
return wxSize(16, 16);
}