]> git.mxchange.org Git - simgear.git/commitdiff
Borland tweak.
authorcurt <curt>
Thu, 22 Apr 1999 18:46:40 +0000 (18:46 +0000)
committercurt <curt>
Thu, 22 Apr 1999 18:46:40 +0000 (18:46 +0000)
Lib/Misc/fgstream.hxx

index fc9e18e27b365be581ddb58558e4547c44957825..84b0056b4ce6205186898bf5e3cf7a9a73c9ed18 100644 (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