]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/native.hxx
Sync. w. JSBSim CVS
[flightgear.git] / src / Network / native.hxx
index 81d8b0192f443f1921948dbb5ac919ac09ad4583..262ca24920c9a4df87d4f025c2ba5a0426546fa7 100644 (file)
 
 #include <simgear/compiler.h>
 
-#include STL_STRING
+#include <string>
 
 #include <FDM/flight.hxx>
 
 #include "protocol.hxx"
 
-SG_USING_STD(string);
+using std::string;
 
 
 class FGNative : public FGProtocol {