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:
parent
f22165de7a
commit
327bbc06ac
8 changed files with 54 additions and 37 deletions
|
|
@ -1,6 +1,10 @@
|
|||
%include <std_ios.i>
|
||||
%{
|
||||
#ifndef SWIG_STD_NOMODERN_STL
|
||||
#include <streambuf>
|
||||
#else
|
||||
#include <streambuf.h>
|
||||
#endif
|
||||
%}
|
||||
|
||||
namespace std {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue