Commit e8319751 authored by Martin Szulecki's avatar Martin Szulecki Committed by Jonathan Beck

Add stdint.i to fix usage of Integer nodes in Python bindings

parent d43de518
......@@ -7,7 +7,7 @@
%}
%include "std_string.i"
%include "stdint.i"
%typemap(out) std::vector<char> {
$result = SWIG_FromCharPtrAndSize((const char*)&($1[0]),(int)($1.size()));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment