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=489b5622323dbee60cacfa532a0c6fab54e61e55;p=simgear.git Borland tweak. --- diff --git a/Lib/Misc/fgstream.hxx b/Lib/Misc/fgstream.hxx index fc9e18e2..84b0056b 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