Borland tweak.
This commit is contained in:
parent
04d4d01339
commit
14ccc48670
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue