From 30d5f9f54e2da068ccc3d33009405dd5ff4c1d8c Mon Sep 17 00:00:00 2001
From: =?utf8?q?W=C5=82odzimierz=20Skiba?= <abx@abx.art.pl>
Date: Sun, 12 Mar 2006 13:00:35 +0000
Subject: [PATCH] More wxMSW specific headers in precompiled headers.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
 include/wx/wxprec.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/wx/wxprec.h b/include/wx/wxprec.h
index 6baf80e6f0..0a6f470002 100644
--- a/include/wx/wxprec.h
+++ b/include/wx/wxprec.h
@@ -43,6 +43,10 @@
 // include standard Windows headers
 #if defined(__WXMSW__)
     #include "wx/msw/wrapwin.h"
+    #include "wx/msw/wrapcctl.h"
+    #include "wx/msw/wrapcdlg.h"
+    #include "wx/msw/private.h"
+    #include "wx/msw/missing.h"
 #endif
 
 // include all PalmOS headers at once
-- 
2.47.2