]> git.mxchange.org Git - flightgear.git/blobdiff - Main/fg_init.cxx
Tweaks for building with native SGI compilers.
[flightgear.git] / Main / fg_init.cxx
index 012db04f7e5b7cae7e928685618bf45e6121e380..a731711f6b2423bb992f4aa6b710faa3f4977a7b 100644 (file)
 #  define _G_NO_EXTERN_TEMPLATES
 #endif
 
-#include <string>
+#include <Include/compiler.h>
+
+#include STL_STRING
 
 #include <Include/fg_constants.h>
 
+#include <Debug/logstream.hxx>
 #include <Aircraft/aircraft.hxx>
 #include <Airports/simple.hxx>
 #include <Astro/sky.hxx>
@@ -48,7 +51,6 @@
 #include <Astro/solarsystem.hxx>
 #include <Autopilot/autopilot.hxx>
 #include <Cockpit/cockpit.hxx>
-#include <Debug/logstream.hxx>
 #include <Joystick/joystick.hxx>
 #include <Math/fg_geodesy.hxx>
 #include <Math/fg_random.h>
@@ -67,6 +69,7 @@
 #include "views.hxx"
 #include "fg_serial.hxx"
 
+FG_USING_STD(string);
 
 extern const char *default_root;
 
@@ -392,6 +395,12 @@ int fgInitSubsystems( void )
 
 
 // $Log$
+// Revision 1.68  1999/03/02 01:03:15  curt
+// Tweaks for building with native SGI compilers.
+//
+// Revision 1.67  1999/02/26 22:09:48  curt
+// Added initial support for native SGI compilers.
+//
 // Revision 1.66  1999/02/05 21:29:10  curt
 // Modifications to incorporate Jon S. Berndts flight model code.
 //