1
0
Fork 0

Mac OS X patches from Jonathan Polley.

This commit is contained in:
david 2002-05-11 12:30:22 +00:00
parent f3eafe1007
commit 1ce573908c
3 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@
# include <istream>
#elif defined( SG_HAVE_NATIVE_SGI_COMPILERS )
# include <iostream.h>
#elif defined( __BORLANDC__ )
#elif defined( __BORLANDC__ ) || (__APPLE__)
# include <iostream>
#else
# include <istream.h>

View file

@ -33,7 +33,7 @@
# include <istream>
#elif defined( SG_HAVE_NATIVE_SGI_COMPILERS )
# include <iostream.h>
#elif defined( __BORLANDC__ )
#elif defined( __BORLANDC__ ) || (__APPLE__)
# include <iostream>
#else
# include <istream.h>

View file

@ -36,7 +36,7 @@
# include <istream>
#elif defined( SG_HAVE_NATIVE_SGI_COMPILERS )
# include <iostream.h>
#elif defined( __BORLANDC__ )
#elif defined( __BORLANDC__ ) || (__APPLE__)
# include <iostream>
#else
# include <istream.h>