scilab: library stl.i include same libraries as in other languages

This commit is contained in:
Simon Marchetto 2014-07-10 09:21:14 +02:00
commit 34db2b83c5
3 changed files with 6 additions and 4 deletions

View file

@ -1,6 +1,9 @@
%module li_std_container_typemaps
%include stl.i
%include std_list.i
%include std_deque.i
%include std_set.i
%{
#include <vector>