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:
jean-pierre charras 2019-07-25 20:53:26 +02:00
parent 6aeedfb70c
commit 8373e91a1b
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
%include <std_map.i> %include <std_map.i>
%include <std_shared_ptr.i> %include <std_shared_ptr.i>
%include <std_set.i> %include <std_set.i>
%include <stdint.i>
%include "ki_exception.i" // affects all that follow it %include "ki_exception.i" // affects all that follow it