X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b0fc907f70d0059216c8f447d6bb9f51a5de1571..69659fd770f615210efac4b4fa741b3ad6223616:/src/common/dcsvg.cpp 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"