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"