]> git.mxchange.org Git - flightgear.git/blobdiff - Main/options.cxx
Tweaks for building with native SGI compilers.
[flightgear.git] / Main / options.cxx
index 6706cca8326ffa49e15d2b619a861d201d1fa802..b4e0e7aff713d73ddf0c240b91a9d491e1aed6cc 100644 (file)
 #  include <config.h>
 #endif
 
+#include <Include/compiler.h>
+
 #include <math.h>            // rint()
 #include <stdio.h>
 #include <stdlib.h>          // atof(), atoi()
 #include <string.h>
-#include <string>
+
+#include STL_STRING
 
 #include <Debug/logstream.hxx>
 #include <Misc/fgstream.hxx>
@@ -40,6 +43,9 @@
 
 #include "fg_serial.hxx"
 
+FG_USING_STD(string);
+FG_USING_NAMESPACE(std);
+
 
 inline double
 atof( const string& str )
@@ -631,6 +637,9 @@ fgOPTIONS::~fgOPTIONS( void ) {
 
 
 // $Log$
+// Revision 1.41  1999/03/02 01:03:17  curt
+// Tweaks for building with native SGI compilers.
+//
 // Revision 1.40  1999/02/26 22:09:51  curt
 // Added initial support for native SGI compilers.
 //