From c1fcf2528e0852cde063d6759e814d3e5d23b50a Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Mon, 8 Nov 2021 10:58:55 +0100 Subject: [PATCH] swig uint64_t --- src/ifcwrap/IfcPython.i | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcwrap/IfcPython.i b/src/ifcwrap/IfcPython.i index 02cad401b2..bcf097b153 100644 --- a/src/ifcwrap/IfcPython.i +++ b/src/ifcwrap/IfcPython.i @@ -47,6 +47,7 @@ // TODO add '# pragma warning(pop)' to the very end of the file %} +%include "stdint.i" %include "std_array.i" %include "std_vector.i" %include "std_string.i"