]> 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 d146b5b8ece5b9172adc9804c2d1e96aba2c097c..d0853074cae75054108c405861f653e688837d7f 100644 (file)
@@ -44,7 +44,8 @@
 
 #include "fg_serial.hxx"
 
-FG_USING_NAMESPACE(std);
+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
@@ -466,6 +467,9 @@ 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.
 //