add missing #include <string>
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6586 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
dce447e25d
commit
a5a372c304
1 changed files with 4 additions and 0 deletions
|
|
@ -5,6 +5,10 @@
|
||||||
#ifndef SWIG_STD_BASIC_STRING
|
#ifndef SWIG_STD_BASIC_STRING
|
||||||
#define SWIG_STD_STRING
|
#define SWIG_STD_STRING
|
||||||
|
|
||||||
|
%{
|
||||||
|
#include <string>
|
||||||
|
%}
|
||||||
|
|
||||||
%include <pystrings.swg>
|
%include <pystrings.swg>
|
||||||
|
|
||||||
namespace std
|
namespace std
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue