From 193d0c93106d21067107c262874763d4c0921707 Mon Sep 17 00:00:00 2001
From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= <vslavik@fastmail.fm>
Date: Fri, 27 Apr 2007 21:32:40 +0000
Subject: [PATCH] PCH-less compilation fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
 src/common/appcmn.cpp    | 1 +
 src/common/colourcmn.cpp | 1 +
 src/html/htmlcell.cpp    | 1 +
 src/html/htmlpars.cpp    | 1 +
 src/html/htmltag.cpp     | 2 +-
 src/html/m_tables.cpp    | 1 +
 src/msw/fontutil.cpp     | 1 +
 src/msw/ole/dataobj.cpp  | 1 +
 src/msw/spinctrl.cpp     | 1 +
 src/msw/textctrl.cpp     | 1 +
 src/xrc/xmlres.cpp       | 1 +
 11 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/src/common/appcmn.cpp b/src/common/appcmn.cpp
index e6a72a3d27..e7aa0ea8ce 100644
--- a/src/common/appcmn.cpp
+++ b/src/common/appcmn.cpp
@@ -32,6 +32,7 @@
     #include "wx/msgdlg.h"
     #include "wx/confbase.h"
     #include "wx/utils.h"
+    #include "wx/wxcrtvararg.h"
 #endif
 
 #include "wx/apptrait.h"
diff --git a/src/common/colourcmn.cpp b/src/common/colourcmn.cpp
index a77017922f..3d401098e3 100644
--- a/src/common/colourcmn.cpp
+++ b/src/common/colourcmn.cpp
@@ -23,6 +23,7 @@
     #include "wx/log.h"
     #include "wx/utils.h"
     #include "wx/gdicmn.h"
+    #include "wx/wxcrtvararg.h"
 #endif
 
 #if wxUSE_VARIANT
diff --git a/src/html/htmlcell.cpp b/src/html/htmlcell.cpp
index 3244eb577f..3d0ca6d344 100644
--- a/src/html/htmlcell.cpp
+++ b/src/html/htmlcell.cpp
@@ -22,6 +22,7 @@
     #include "wx/dc.h"
     #include "wx/settings.h"
     #include "wx/module.h"
+    #include "wx/wxcrtvararg.h"
 #endif
 
 #include "wx/html/htmlcell.h"
diff --git a/src/html/htmlpars.cpp b/src/html/htmlpars.cpp
index ff9c189223..737389ce11 100644
--- a/src/html/htmlpars.cpp
+++ b/src/html/htmlpars.cpp
@@ -20,6 +20,7 @@
     #include "wx/log.h"
     #include "wx/intl.h"
     #include "wx/app.h"
+    #include "wx/wxcrtvararg.h"
 #endif
 
 #include "wx/tokenzr.h"
diff --git a/src/html/htmltag.cpp b/src/html/htmltag.cpp
index dcb097a6d7..9f04f7b249 100644
--- a/src/html/htmltag.cpp
+++ b/src/html/htmltag.cpp
@@ -19,13 +19,13 @@
 
 #ifndef WXPRECOMP
     #include "wx/colour.h"
+    #include "wx/wxcrtvararg.h"
 #endif
 
 #include "wx/html/htmlpars.h"
 #include <stdio.h> // for vsscanf
 #include <stdarg.h>
 
-
 //-----------------------------------------------------------------------------
 // wxHtmlTagsCache
 //-----------------------------------------------------------------------------
diff --git a/src/html/m_tables.cpp b/src/html/m_tables.cpp
index 7f965d7e0c..11a418e010 100644
--- a/src/html/m_tables.cpp
+++ b/src/html/m_tables.cpp
@@ -16,6 +16,7 @@
 #if wxUSE_HTML && wxUSE_STREAMS
 
 #ifndef WXPRECOMP
+    #include "wx/wxcrtvararg.h"
 #endif
 
 #include "wx/html/forcelnk.h"
diff --git a/src/msw/fontutil.cpp b/src/msw/fontutil.cpp
index a1b318d725..6e1d1cb031 100644
--- a/src/msw/fontutil.cpp
+++ b/src/msw/fontutil.cpp
@@ -29,6 +29,7 @@
     #include "wx/log.h"
     #include "wx/intl.h"
     #include "wx/encinfo.h"
+    #include "wx/wxcrtvararg.h"
 #endif //WX_PRECOMP
 
 #include "wx/msw/private.h"
diff --git a/src/msw/ole/dataobj.cpp b/src/msw/ole/dataobj.cpp
index 4cfcee5e9e..48e999239a 100644
--- a/src/msw/ole/dataobj.cpp
+++ b/src/msw/ole/dataobj.cpp
@@ -28,6 +28,7 @@
     #include "wx/intl.h"
     #include "wx/log.h"
     #include "wx/utils.h"
+    #include "wx/wxcrtvararg.h"
 #endif
 
 #include "wx/dataobj.h"
diff --git a/src/msw/spinctrl.cpp b/src/msw/spinctrl.cpp
index bf56006ade..a3c6e43a0e 100644
--- a/src/msw/spinctrl.cpp
+++ b/src/msw/spinctrl.cpp
@@ -32,6 +32,7 @@
     #include "wx/msw/wrapcctl.h" // include <commctrl.h> "properly"
     #include "wx/event.h"
     #include "wx/textctrl.h"
+    #include "wx/wxcrtvararg.h"
 #endif
 
 #include "wx/msw/private.h"
diff --git a/src/msw/textctrl.cpp b/src/msw/textctrl.cpp
index 8e7fd4e662..04cc73d26a 100644
--- a/src/msw/textctrl.cpp
+++ b/src/msw/textctrl.cpp
@@ -37,6 +37,7 @@
     #include "wx/menu.h"
     #include "wx/math.h"
     #include "wx/module.h"
+    #include "wx/wxcrtvararg.h"
 #endif
 
 #include "wx/sysopt.h"
diff --git a/src/xrc/xmlres.cpp b/src/xrc/xmlres.cpp
index b10e7dfcb8..5aeacc477b 100644
--- a/src/xrc/xmlres.cpp
+++ b/src/xrc/xmlres.cpp
@@ -29,6 +29,7 @@
     #include "wx/bitmap.h"
     #include "wx/image.h"
     #include "wx/module.h"
+    #include "wx/wxcrtvararg.h"
 #endif
 
 #ifndef __WXWINCE__
-- 
2.47.2