X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Fatlas.hxx;h=f73a14d7d56a75f157402192e055412ac15a7961;hb=e16f772e54216b0088ca9cb3f3b0fb062be8bfdb;hp=d4b9741f6ff2ae62f03a8316dc3c1dfbd15b96e2;hpb=d05121ef4689d2b50b3fe1848cbb0d1f5a1db877;p=flightgear.git diff --git a/src/Network/atlas.hxx b/src/Network/atlas.hxx index d4b9741f6..f73a14d7d 100644 --- a/src/Network/atlas.hxx +++ b/src/Network/atlas.hxx @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // $Id$ @@ -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();