1
0
Fork 0

Borland tweak.

This commit is contained in:
curt 1999-04-22 18:46:40 +00:00
parent 04d4d01339
commit 14ccc48670
2 changed files with 4 additions and 0 deletions

View file

@ -37,6 +37,8 @@
# include <istream>
#elif defined ( FG_HAVE_NATIVE_SGI_COMPILERS )
# include <CC/stream.h>
#elif defined ( __BORLANDC__ )
# include <iostream>
#else
# include <istream.h>
#endif

View file

@ -38,6 +38,8 @@
# include <istream>
#elif defined( FG_HAVE_NATIVE_SGI_COMPILERS )
# include <iostream.h>
#elif defined( __BORLANDC__ )
# include <iostream>
#else
# include <istream.h>
#endif