#endif
FG_USING_STD(string);
+
+#if ! defined( FG_HAVE_NATIVE_SGI_COMPILERS )
FG_USING_STD(ostream);
+#endif
#include <Include/fg_constants.h>
#include <Include/compiler.h>
#ifdef FG_HAVE_STD_INCLUDES
# include <istream>
+#elif defined( FG_HAVE_NATIVE_SGI_COMPILERS )
+# include <iostream.h>
#else
# include <istream.h>
#endif
FG_USING_STD(string);
FG_USING_STD(set);
+
+#if ! defined( FG_HAVE_NATIVE_SGI_COMPILERS )
FG_USING_STD(istream);
+#endif
class fgAIRPORT {
*/
+#include <math.h>
+
#include <Time/timestamp.hxx>
#ifndef __cplusplus
// load a tile
-void fgTileMgrLoadTile( const FGBucket& p, int *index) {
+void fgTileMgrLoadTile( FGBucket& p, int *index) {
fgTILECACHE *c;
c = &global_tile_cache;