use forward declaration to treat the dependency of fragments

This commit is contained in:
Takashi Tamura 2017-03-29 19:11:44 +09:00
commit b32854bc59
4 changed files with 35 additions and 16 deletions

View file

@ -9,9 +9,9 @@
#include <vector>
%}
%include std_vector.i
%include std_map.i
%include std_shared_ptr.i
%include <std_vector.i>
%include <std_map.i>
%include <std_shared_ptr.i>
%{