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
3d9c04ecaf
commit
bd8721d6b9
|
@ -35,6 +35,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