more fixes for python 1.5 +gcc2.96

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7301 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-06-17 19:12:21 +00:00
commit 327bbc06ac
8 changed files with 54 additions and 37 deletions

View file

@ -1,6 +1,10 @@
%include <std_ios.i>
%{
#ifndef SWIG_STD_NOMODERN_STL
#include <streambuf>
#else
#include <streambuf.h>
#endif
%}
namespace std {