]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/jsclient.hxx
NavDisplay - custom symbol support enabled.
[flightgear.git] / src / Network / jsclient.hxx
index 49911cffe3dda99494e670684910f79f666622b2..a25c623e9fe8e68c8394ac26984f34bce2cbaf09 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 FGJsClient : public FGProtocol {