X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Fprotocol.hxx;h=03cf8357d9ed3099e59610deb8a6dd1ac8f9fa8e;hb=db85ebff95b5e7bcb469d99ae25e062b733d090b;hp=bbe2aa061367411380ca37933b9abb1fd5f8728d;hpb=c9813d1b5d79b4aad13c263690a0223086af25ac;p=flightgear.git diff --git a/src/Network/protocol.hxx b/src/Network/protocol.hxx index bbe2aa061..03cf8357d 100644 --- a/src/Network/protocol.hxx +++ b/src/Network/protocol.hxx @@ -28,11 +28,11 @@ #include #include -#include STL_STRING +#include #include -SG_USING_STD(string); -SG_USING_STD(vector); +using std::string; +using std::vector; #define FG_MAX_MSG_SIZE 16384 @@ -100,7 +100,7 @@ typedef io_container::iterator io_iterator; typedef io_container::const_iterator const_io_iterator; #include -SG_USING_STD(invalid_argument); +using std::invalid_argument; //namespace flightgear { namespace network { class FGProtocolConfigError : public invalid_argument