From e349b0a3845bedaa5e007c341cb225037fad4011 Mon Sep 17 00:00:00 2001 From: omron-ankit <47993414+omron-ankit@users.noreply.github.com> Date: Tue, 5 Nov 2019 13:26:35 -0600 Subject: [PATCH] Update b5t007001.i --- src/b5t007001/b5t007001.i | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/b5t007001/b5t007001.i b/src/b5t007001/b5t007001.i index b780161f..c2bb251f 100644 --- a/src/b5t007001/b5t007001.i +++ b/src/b5t007001/b5t007001.i @@ -1,5 +1,5 @@ #ifdef SWIGPYTHON -%module (package="upm") b5t007001 +%module (package="upm") omb5t007001 #endif %include "../common_top.i" @@ -13,6 +13,9 @@ JAVA_JNI_LOADLIBRARY(javaupm_b5t007001) /* BEGIN Common SWIG syntax ------------------------------------------------- */ %{ #include "b5t007001.hpp" +#include "STBAPI.h" +#include "STBCommonDef.h" +#include "STBTypedef.h" %} %include "b5t007001.hpp"