diff options
author | Marcelo Matus <mmatus@acms.arizona.edu> | 2004-11-01 22:17:30 +0000 |
---|---|---|
committer | Marcelo Matus <mmatus@acms.arizona.edu> | 2004-11-01 22:17:30 +0000 |
commit | 30a995c239fb63dd6e2d00252c1954cf5ee0ada2 (patch) | |
tree | 1f910febe84ccbc41f3563889dbe4ebadfc10fa2 /Lib/python/std_string.i | |
parent | 2d4f884ee0d73901f18c270578f6be6fa735a5d2 (diff) | |
download | swig-30a995c239fb63dd6e2d00252c1954cf5ee0ada2.tar.gz |
add missing #include <string>
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6586 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Lib/python/std_string.i')
-rw-r--r-- | Lib/python/std_string.i | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/python/std_string.i b/Lib/python/std_string.i index 8f5e84301..70ab02c4c 100644 --- a/Lib/python/std_string.i +++ b/Lib/python/std_string.i @@ -5,6 +5,10 @@ #ifndef SWIG_STD_BASIC_STRING #define SWIG_STD_STRING +%{ +#include <string> +%} + %include <pystrings.swg> namespace std |