diff --git a/pcbnew/python/swig/pcb_shape.i b/pcbnew/python/swig/pcb_shape.i index 8123b8602b..2cd8d98443 100644 --- a/pcbnew/python/swig/pcb_shape.i +++ b/pcbnew/python/swig/pcb_shape.i @@ -1,4 +1,5 @@ +%include eda_shape.h %include pcb_shape.h %extend PCB_SHAPE { @@ -9,6 +10,7 @@ %} } %{ +#include #include %}