non-pch build fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett 2008-12-22 17:11:15 +00:00
parent 2cdaa1dce3
commit 01fc49320e
2 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#if wxUSE_CLIPBOARD
#include "wx/object.h"
#include "wx/event.h"
#include "wx/chartype.h"
#include "wx/vector.h"

View File

@ -29,6 +29,7 @@
#include "wx/clipbrd.h"
#ifndef WX_PRECOMP
#include "wx/dataobj.h"
#include "wx/module.h"
#endif