From 42c5017db7fb369c8ab4a5e9705e185e2ec88c3d Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Wed, 8 Aug 2018 12:23:32 -0700 Subject: [PATCH] PCBNEW: Re-add missing SWIG zone filler Zone filler was factored out into a separate header. To allow python access to zone filling, we need to include the revised signatures. --- pcbnew/swig/zone.i | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pcbnew/swig/zone.i b/pcbnew/swig/zone.i index 5b0d472b66..6fd00737e3 100644 --- a/pcbnew/swig/zone.i +++ b/pcbnew/swig/zone.i @@ -2,8 +2,10 @@ %include class_zone.h %include zones.h +%include zone_filler.h %{ #include #include +#include %}