From 57d0cbcefac4543f51d8676abfcc6884654d9082 Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Fri, 15 Oct 2021 13:50:33 -0700 Subject: [PATCH] Fix python QA --- pcbnew/python/swig/pcb_shape.i | 2 ++ 1 file changed, 2 insertions(+) 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 %}