Fix PHP sync example
Mostly it was missing `%include <std_string.i>`
This commit is contained in:
parent
a49cc60772
commit
09d06843d1
4 changed files with 19 additions and 19 deletions
|
|
@ -1,5 +1,7 @@
|
|||
%module example
|
||||
|
||||
%include <std_string.i>
|
||||
|
||||
%{
|
||||
#include "example.h"
|
||||
%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue