]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/pve.hxx
Create TimeManager subsystem, and collect the time related code out of main.cxx and...
[flightgear.git] / src / Network / pve.hxx
index 8a5f30bd9321a8270383976aa6a0459fafc629f4..929e9e1a305ca74c03c3158755ea313934e8901a 100644 (file)
 
 #include <simgear/compiler.h>
 
-#include STL_STRING
+#include <string>
 
 #include "protocol.hxx"
 
-SG_USING_STD(string);
+using std::string;
 
 
 class FGPVE : public FGProtocol {