]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/sg_socket_udp.hxx
ignore generated test apps
[simgear.git] / simgear / io / sg_socket_udp.hxx
index 89d4f2d7259b60578953b8435d3115796d19cab2..9d8e8eb696d1a5f5453e02650408eb5204e43640 100644 (file)
@@ -19,7 +19,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$
 
 
 #include <simgear/compiler.h>
 
-#include STL_STRING
+#include <string>
 
 #include <simgear/math/sg_types.hxx>
 #include <simgear/io/iochannel.hxx>
 
-SG_USING_STD(string);
+using std::string;
 
 /**
  * A UDP socket I/O class based on SGIOChannel and plib/net.