Add header file with missing wxScopedPtr declaration
wxScopedPtr is referred in wxSVGFileDCImpl declaration, but corresponding header file is not explicitly included. This can break the compilation if wxScopedPtr declaration is not included by chance by another module (e.g. is taken from translation.h but it is not effective when wxUSE_INTL==0).
This commit is contained in:
parent
b12e6279d2
commit
1eef3fc5fc
@ -16,6 +16,8 @@
|
||||
|
||||
#if wxUSE_SVG
|
||||
|
||||
#include "wx/scopedptr.h"
|
||||
|
||||
#define wxSVGVersion wxT("v0101")
|
||||
|
||||
class WXDLLIMPEXP_FWD_BASE wxFileOutputStream;
|
||||
|
Loading…
Reference in New Issue
Block a user