X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Fatlas.hxx;h=f73a14d7d56a75f157402192e055412ac15a7961;hb=e16f772e54216b0088ca9cb3f3b0fb062be8bfdb;hp=9abb3c9c782e6805af3b8a9407937e9043ac429f;hpb=c9813d1b5d79b4aad13c263690a0223086af25ac;p=flightgear.git diff --git a/src/Network/atlas.hxx b/src/Network/atlas.hxx index 9abb3c9c7..f73a14d7d 100644 --- a/src/Network/atlas.hxx +++ b/src/Network/atlas.hxx @@ -27,18 +27,18 @@ #include -#include STL_STRING +#include #include "protocol.hxx" -SG_USING_STD(string); - +class FlightProperties; class FGAtlas : public FGProtocol { char buf[ FG_MAX_MSG_SIZE ]; int length; - + FlightProperties* fdm; + public: FGAtlas();