X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Fpve.hxx;h=929e9e1a305ca74c03c3158755ea313934e8901a;hb=50eb95dcadaf39d892212f2c5c6fe2459b190719;hp=8a5f30bd9321a8270383976aa6a0459fafc629f4;hpb=c9813d1b5d79b4aad13c263690a0223086af25ac;p=flightgear.git diff --git a/src/Network/pve.hxx b/src/Network/pve.hxx index 8a5f30bd9..929e9e1a3 100644 --- a/src/Network/pve.hxx +++ b/src/Network/pve.hxx @@ -27,11 +27,11 @@ #include -#include STL_STRING +#include #include "protocol.hxx" -SG_USING_STD(string); +using std::string; class FGPVE : public FGProtocol {