From f664a506c2e56faa3a4ec2b817a30fa4b16ec58a Mon Sep 17 00:00:00 2001
From: Utz-Uwe Haus <uhaus@hpe.com>
Date: Wed, 4 Aug 2021 16:00:31 +0000
Subject: [PATCH] work on better swig file

---
 scripting/maestro-py.i | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/scripting/maestro-py.i b/scripting/maestro-py.i
index 2cf7c302..a2187af4 100644
--- a/scripting/maestro-py.i
+++ b/scripting/maestro-py.i
@@ -1,4 +1,8 @@
 %module maestro
+%include "typemaps.i"
+%include "stdint.i"
+%include "cpointer.i"
+
 %{
 #define SWIG_FILE_WITH_INIT
   #include "maestro.h"
@@ -16,7 +20,6 @@
   #include "maestro/status.h"
 %}
 
-%include "stdint.i"
 
 %include "maestro.h"
 %include "maestro/attributes.h"
-- 
GitLab