use forward declaration to treat the dependency of fragments
This commit is contained in:
parent
377d439964
commit
b32854bc59
4 changed files with 35 additions and 16 deletions
|
|
@ -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>
|
||||
|
||||
%{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue