summaryrefslogtreecommitdiff
path: root/Lib/python/std_string.i
diff options
context:
space:
mode:
authorMarcelo Matus <mmatus@acms.arizona.edu>2004-11-01 22:17:30 +0000
committerMarcelo Matus <mmatus@acms.arizona.edu>2004-11-01 22:17:30 +0000
commit30a995c239fb63dd6e2d00252c1954cf5ee0ada2 (patch)
tree1f910febe84ccbc41f3563889dbe4ebadfc10fa2 /Lib/python/std_string.i
parent2d4f884ee0d73901f18c270578f6be6fa735a5d2 (diff)
downloadswig-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.i4
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