diff --git a/Astro/celestialBody.cxx b/Astro/celestialBody.cxx index baa0646c..72bb6359 100644 --- a/Astro/celestialBody.cxx +++ b/Astro/celestialBody.cxx @@ -27,6 +27,11 @@ #include "star.hxx" #include +#ifdef __BORLANDC__ +# define exception c_exception +#endif +#include + /************************************************************************** * void CelestialBody::updatePosition(fgTIME *t, Star *ourSun) * diff --git a/Astro/celestialBody.hxx b/Astro/celestialBody.hxx index 864e090a..a61a25d3 100644 --- a/Astro/celestialBody.hxx +++ b/Astro/celestialBody.hxx @@ -32,9 +32,6 @@ #endif -#include -#include - #include