Merge pull request #134 from a-wi/pg_draw_colours_alpha_fix

Fix build failures on some platforms after 7be75892.
This commit is contained in:
Artur Wieczorek
2015-11-29 13:54:36 +01:00

View File

@@ -75,6 +75,10 @@
#if wxPG_USE_GC_FOR_ALPHA
#include "wx/dcgraph.h"
#include "wx/dcmemory.h" // for wxDynamicCast purposes
#if wxUSE_METAFILE
#include "wx/metafile.h" // for wxDynamicCast purposes
#endif // wxUSE_METAFILE
#endif // wxPG_USE_GC_FOR_ALPHA
// -----------------------------------------------------------------------