]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/joyclient.hxx
Update Mac configure script for new ALUT scheme; support --with-alut-framework.
[flightgear.git] / src / Network / joyclient.hxx
index b5003d500acd256435c69991f5b4454ce5108b55..818081e1baa0f4a007b23a0964818d6023b53324 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 FGJoyClient : public FGProtocol {