1
0
Fork 0

Small tweak to make the Irix compiler happy.

This commit is contained in:
curt 2002-04-16 17:28:57 +00:00
parent adcb4fc30e
commit 7311318e7e

View file

@ -33,8 +33,10 @@
#include <simgear/compiler.h>
#include STL_IOSTREAM
#ifndef SG_HAVE_NATIVE_SGI_COMPILERS
SG_USING_STD(cerr);
SG_USING_STD(endl);
#endif
#include <simgear/misc/exception.hxx>
#include <simgear/ephemeris/ephemeris.hxx>
@ -1972,9 +1974,3 @@ void fgUpdateDCS (void) {
// $$$ end - added VS Renganathan, 15 Oct 2K
// added Venky , 12 Nov 2K