From 1f2b7640867546e344e60835f2c73b784f2ad78f Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sat, 12 Dec 2009 10:07:42 +0100 Subject: [PATCH] Add stdint.i to fix usage of Integer nodes in Python bindings --- swig/plist.i | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/swig/plist.i b/swig/plist.i index 278ca7a..2458f39 100644 --- a/swig/plist.i +++ b/swig/plist.i @@ -7,7 +7,7 @@ %} %include "std_string.i" - +%include "stdint.i" %typemap(out) std::vector { $result = SWIG_FromCharPtrAndSize((const char*)&($1[0]),(int)($1.size())); -- 1.6.4.2