From ad4a907bb77c5ca10aa02ab8474caa8b92d78c0c Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Mon, 29 Mar 2010 06:44:16 +0000 Subject: [PATCH] non-pch build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/html/m_image.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/html/m_image.cpp b/src/html/m_image.cpp index b8ffb83c8d..fcccbd11a3 100644 --- a/src/html/m_image.cpp +++ b/src/html/m_image.cpp @@ -24,6 +24,7 @@ #include "wx/log.h" #include "wx/math.h" #include "wx/image.h" + #include "wx/wxcrtvararg.h" #endif #include "wx/html/forcelnk.h" -- 2.49.0