Python scripting: fix missing definition of uint32_t (and some other similar defs).
Fixes: lp:1837867 https://bugs.launchpad.net/kicad/+bug/1837867
This commit is contained in:
parent
6aeedfb70c
commit
8373e91a1b
|
@ -34,6 +34,7 @@
|
|||
%include <std_map.i>
|
||||
%include <std_shared_ptr.i>
|
||||
%include <std_set.i>
|
||||
%include <stdint.i>
|
||||
|
||||
%include "ki_exception.i" // affects all that follow it
|
||||
|
||||
|
|
Loading…
Reference in New Issue