Small tweak to make the Irix compiler happy.
This commit is contained in:
parent
adcb4fc30e
commit
7311318e7e
1 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue