compilation fix for PCH-less compilation after last commit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45515 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-04-17 01:19:43 +00:00
parent 8f7ed3f3a5
commit 4a36f6b0a2

View File

@@ -29,7 +29,7 @@
#include "wx/checklst.h" #include "wx/checklst.h"
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/msw/wrapwin.h" #include "wx/msw/wrapcctl.h"
#include "wx/object.h" #include "wx/object.h"
#include "wx/colour.h" #include "wx/colour.h"
#include "wx/font.h" #include "wx/font.h"