X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Fnative_ctrls.hxx;h=fe90e79d9509479b545814b58eaddc025cfea6b2;hb=a1031b052dd40ca3a4ea68dcd7f572b7d9e4bb24;hp=0eac591d48023e0d9dcda95a90d9939608b0a5ea;hpb=029dda3297e3697438e1a58188527cbae90beebe;p=flightgear.git diff --git a/src/Network/native_ctrls.hxx b/src/Network/native_ctrls.hxx index 0eac591d4..fe90e79d9 100644 --- a/src/Network/native_ctrls.hxx +++ b/src/Network/native_ctrls.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,13 +27,13 @@ #include -#include STL_STRING +#include #include #include "protocol.hxx" #include "net_ctrls.hxx" -SG_USING_STD(string); +using std::string; class FGNativeCtrls : public FGProtocol {