From: curt Date: Thu, 22 Apr 1999 18:46:40 +0000 (+0000) Subject: Borland tweak. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=14ccc4867050f0f333ca2a5160a0fbf195e8c41b;p=flightgear.git Borland tweak. --- diff --git a/Lib/Misc/fgstream.hxx b/Lib/Misc/fgstream.hxx index fc9e18e27..84b0056b4 100644 --- a/Lib/Misc/fgstream.hxx +++ b/Lib/Misc/fgstream.hxx @@ -37,6 +37,8 @@ # include #elif defined ( FG_HAVE_NATIVE_SGI_COMPILERS ) # include +#elif defined ( __BORLANDC__ ) +# include #else # include #endif diff --git a/Simulator/Airports/simple.hxx b/Simulator/Airports/simple.hxx index 99abb4200..eee9737c9 100644 --- a/Simulator/Airports/simple.hxx +++ b/Simulator/Airports/simple.hxx @@ -38,6 +38,8 @@ # include #elif defined( FG_HAVE_NATIVE_SGI_COMPILERS ) # include +#elif defined( __BORLANDC__ ) +# include #else # include #endif