]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dcsvg.cpp
Rework the wxCusor ctor taking wx stock number to provide as many cursors as
[wxWidgets.git] / src / common / dcsvg.cpp
index ab2302cf7fe1248c247225d8f8775bc4ab6a3425..9a94179c2d2687cc0c8c15c789e2e420d091d5e4 100644 (file)
 #pragma hdrstop
 #endif
 
+#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"
@@ -712,3 +717,5 @@ void wxSVGFileDC::SetDeviceOrigin(wxCoord x, wxCoord y)
 #pragma warn .ccc
 #endif
 
+#endif // wxUSE_SVG
+