X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Fjoyclient.hxx;h=47a73667b2ed6f4c779b062163202c4ddf7f7cb9;hb=d5b70e98e0673f27a127aae58bd26bdfe4730825;hp=b5003d500acd256435c69991f5b4454ce5108b55;hpb=c9813d1b5d79b4aad13c263690a0223086af25ac;p=flightgear.git diff --git a/src/Network/joyclient.hxx b/src/Network/joyclient.hxx index b5003d500..47a73667b 100644 --- a/src/Network/joyclient.hxx +++ b/src/Network/joyclient.hxx @@ -27,19 +27,18 @@ #include -#include STL_STRING +#include #include #include "protocol.hxx" -SG_USING_STD(string); +using std::string; class FGJoyClient : public FGProtocol { char buf[256]; - int length; public: