Added necessary headers for Windows

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48145 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2007-08-17 17:42:59 +00:00
parent a6fb15b640
commit eb5b9c7fe5

View File

@@ -31,6 +31,10 @@
#include "wx/aui/tabmdi.h"
#include "wx/dcbuffer.h"
#ifdef __WXMSW__
#include "wx/msw/private.h"
#endif
#ifdef __WXMAC__
#include "wx/mac/carbon/private.h"
#endif