spot.ltsmin: fix errors on Darwin

* NEWS, python/spot/ltsmin.i: here.
This commit is contained in:
Etienne Renault 2016-10-10 13:22:25 +02:00 committed by Alexandre Duret-Lutz
parent a2575e0d3e
commit 8a8fcf2ac1
2 changed files with 8 additions and 4 deletions

View file

@ -26,7 +26,8 @@
%module(package="spot", director="1") ltsmin
%include "std_string.i"
%include "std_set.i"
%include "exception.i"
%import(module="spot.impl") "std_set.i"
%include "std_shared_ptr.i"
%shared_ptr(spot::bdd_dict)