Borland tweak.

This commit is contained in:
curt 1999-04-22 18:46:40 +00:00
parent 294a0dde63
commit 489b562232

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