non-PCH compilation fix after latest change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-07-12 00:12:51 +00:00
parent 5814e8ba4e
commit 98c389845f

View File

@@ -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"