]> git.mxchange.org Git - flightgear.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
Simulator/Airports/simple.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
index 99abb4200ce21244676a1b7a9cd331c1370fbfb9..eee9737c97a88a3eb2f8cb7ed9883de8285777b1 100644 (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