From e70241fc53a4aa8c07f9fb3449e55c8500f8fc30 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Mon, 26 Oct 2020 14:10:13 +0100 Subject: [PATCH] #1047 add swig array wrapper --- src/ifcwrap/IfcPython.i | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcwrap/IfcPython.i b/src/ifcwrap/IfcPython.i index f2f008ea67..312075f631 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 "std_array.i" %include "std_string.i" %include "exception.i"