]> git.mxchange.org Git - flightgear.git/blobdiff - Main/fg_serial.cxx
Tweaks for building with native SGI compilers.
[flightgear.git] / Main / fg_serial.cxx
index 86f1586e8ed89f73222bd1ee8bf8c81a824420b3..d0853074cae75054108c405861f653e688837d7f 100644 (file)
 #include STL_STRING
 #include STL_IOSTREAM                                           
 #include <vector>                                                               
-#include "Include/fg_stl_config.h"                                              
 
-FG_USING_NAMESPACE(std);
-
-#include <Aircraft/aircraft.hxx>
 #include <Debug/logstream.hxx>
+#include <Aircraft/aircraft.hxx>
 #include <Include/fg_constants.h>
 #include <Serial/serial.hxx>
 #include <Time/fg_time.hxx>
@@ -47,6 +44,8 @@ FG_USING_NAMESPACE(std);
 
 #include "fg_serial.hxx"
 
+FG_USING_STD(string);
+FG_USING_STD(vector);
 
 // support an arbitrary number of serial channels.  Each channel can
 // be assigned to an arbitrary port.  Bi-directional communication is
@@ -468,6 +467,12 @@ void fgSerialProcess() {
 
 
 // $Log$
+// Revision 1.13  1999/03/02 01:03:16  curt
+// Tweaks for building with native SGI compilers.
+//
+// Revision 1.12  1999/02/26 22:09:50  curt
+// Added initial support for native SGI compilers.
+//
 // Revision 1.11  1999/02/05 21:29:11  curt
 // Modifications to incorporate Jon S. Berndts flight model code.
 //