]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/ATC-Outputs.cxx
James Turner:
[flightgear.git] / src / Network / ATC-Outputs.cxx
index bb3d265c403727c71a17f4ec2cba2150db504d26..79a9dcb26df3b1b74c2df84bb8d9d5bb25f11d8b 100644 (file)
@@ -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$
 
@@ -38,7 +38,7 @@
 #include <errno.h>
 #include <math.h>
 
-#include STL_STRING
+#include <string>
 
 #include <simgear/debug/logstream.hxx>
 #include <simgear/misc/sg_path.hxx>
@@ -47,7 +47,7 @@
 
 #include "ATC-Outputs.hxx"
 
-SG_USING_STD(string);
+using std::string;