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:
Vadim Zeitlin
2008-12-14 20:27:35 +00:00
parent da5a641fc8
commit 7280c8281d

View File

@@ -48,9 +48,10 @@
#define min(a,b) (((a) < (b)) ? (a) : (b))
#endif
#include "wx/dcgraph.h"
#include "gdiplus.h"
using namespace Gdiplus;
#endif
#endif // wxUSE_GRAPHICS_CONTEXT
// tmschema.h is in Win32 Platform SDK and might not be available with earlier
// compilers