From 6240681f37b8587ce9c8893a157b105b58ee3549 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sun, 22 Oct 2006 02:59:09 +0000 Subject: [PATCH] #include dcgraph.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42221 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_graphics.i | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wxPython/src/_graphics.i b/wxPython/src/_graphics.i index 7f6892ca9c..fd5fce2415 100644 --- a/wxPython/src/_graphics.i +++ b/wxPython/src/_graphics.i @@ -542,6 +542,9 @@ public: //--------------------------------------------------------------------------- +%{ +#include "wx/dcgraph.h" +%} class wxGCDC: public wxDC { -- 2.47.2