X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Fatlas.hxx;h=c91355afd6e7cff3bb2776e2872264b228774559;hb=2a9bf393c3d9196bd6a260d4e3b49d54ae2aac95;hp=d4b9741f6ff2ae62f03a8316dc3c1dfbd15b96e2;hpb=d05121ef4689d2b50b3fe1848cbb0d1f5a1db877;p=flightgear.git diff --git a/src/Network/atlas.hxx b/src/Network/atlas.hxx index d4b9741f6..c91355afd 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,11 +27,11 @@ #include -#include STL_STRING +#include #include "protocol.hxx" -SG_USING_STD(string); +using std::string; class FGAtlas : public FGProtocol {