compilation fix after latest changes (missing header)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57338 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -48,9 +48,10 @@
|
|||||||
#define min(a,b) (((a) < (b)) ? (a) : (b))
|
#define min(a,b) (((a) < (b)) ? (a) : (b))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "wx/dcgraph.h"
|
||||||
#include "gdiplus.h"
|
#include "gdiplus.h"
|
||||||
using namespace Gdiplus;
|
using namespace Gdiplus;
|
||||||
#endif
|
#endif // wxUSE_GRAPHICS_CONTEXT
|
||||||
|
|
||||||
// tmschema.h is in Win32 Platform SDK and might not be available with earlier
|
// tmschema.h is in Win32 Platform SDK and might not be available with earlier
|
||||||
// compilers
|
// compilers
|
||||||
|
Reference in New Issue
Block a user