X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2FAV400.hxx;h=cacfa2051d2339571aad837d42a8f233d9941bc5;hb=a1031b052dd40ca3a4ea68dcd7f572b7d9e4bb24;hp=2256c6854a223352b1a94e9baaa28d6e114f7151;hpb=2d6f291d4f5d39344ec70c59f377b1e429da9ed1;p=flightgear.git diff --git a/src/Network/AV400.hxx b/src/Network/AV400.hxx index 2256c6854..cacfa2051 100644 --- a/src/Network/AV400.hxx +++ b/src/Network/AV400.hxx @@ -27,12 +27,10 @@ #include -#include STL_STRING +#include #include "protocol.hxx" - -SG_USING_STD(string); - +#include class FGAV400 : public FGProtocol { @@ -55,6 +53,8 @@ public: // close the channel bool close(); + + FlightProperties fdm; };