From 14ccc4867050f0f333ca2a5160a0fbf195e8c41b Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 22 Apr 1999 18:46:40 +0000 Subject: [PATCH] Borland tweak. --- Lib/Misc/fgstream.hxx | 2 ++ Simulator/Airports/simple.hxx | 2 ++ 2 files changed, 4 insertions(+) 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 -- 2.39.5