From 98c389845f962a4e7a6f5e7c211e693c8389f5f6 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 12 Jul 2007 00:12:51 +0000 Subject: [PATCH] non-PCH compilation fix after latest change git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/dcsvg.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/common/dcsvg.cpp b/src/common/dcsvg.cpp index ad0f6426cc..9a94179c2d 100644 --- a/src/common/dcsvg.cpp +++ b/src/common/dcsvg.cpp @@ -18,7 +18,10 @@ #if wxUSE_SVG #ifndef WX_PRECOMP -#include "wx/image.h" + #include "wx/dcmemory.h" + #include "wx/dcscreen.h" + #include "wx/icon.h" + #include "wx/image.h" #endif #include "wx/dcsvg.h" -- 2.45.2