X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Fray.hxx;h=d304c408f380bd5f520053a6177753b8b81c7d67;hb=d5b70e98e0673f27a127aae58bd26bdfe4730825;hp=ce15583dfbb433a78f4ba15ae6835aeb575d9b86;hpb=59583890262247d73f48f4f1af21303ea41fda47;p=flightgear.git diff --git a/src/Network/ray.hxx b/src/Network/ray.hxx index ce15583df..d304c408f 100644 --- a/src/Network/ray.hxx +++ b/src/Network/ray.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$ @@ -29,11 +29,11 @@ #include -#include STL_STRING +#include #include "protocol.hxx" -SG_USING_STD(string); +using std::string; class FGRAY : public FGProtocol {