1
0
Fork 0

Adapt to changes in simgear

This commit is contained in:
Ralf Gerlich 2011-03-27 10:05:14 +02:00
parent 21a1dd3d65
commit 0fdbcaff63
25 changed files with 48 additions and 1 deletions

View file

@ -29,6 +29,8 @@
#include "poly_extra.hxx" #include "poly_extra.hxx"
#include "rwy_common.hxx" #include "rwy_common.hxx"
#include <stdlib.h>
using std::string; using std::string;

View file

@ -28,6 +28,8 @@
#include "rwy_common.hxx" #include "rwy_common.hxx"
#include "rwy_nonprec.hxx" #include "rwy_nonprec.hxx"
#include <stdlib.h>
using std::string; using std::string;

View file

@ -28,6 +28,8 @@
#include "rwy_common.hxx" #include "rwy_common.hxx"
#include "rwy_nonprec.hxx" #include "rwy_nonprec.hxx"
#include <stdlib.h>
using std::string; using std::string;

View file

@ -29,6 +29,8 @@
#include "rwy_common.hxx" #include "rwy_common.hxx"
#include "rwy_visual.hxx" #include "rwy_visual.hxx"
#include <stdlib.h>
using std::string; using std::string;

View file

@ -39,6 +39,8 @@
#include <iostream> #include <iostream>
#include <stdlib.h>
using std::cout; using std::cout;
using std::endl; using std::endl;
using std::string; using std::string;

View file

@ -27,6 +27,8 @@
#include "clipper.hxx" #include "clipper.hxx"
#include <stdlib.h>
using std::cout; using std::cout;
using std::endl; using std::endl;
using std::string; using std::string;

View file

@ -33,9 +33,11 @@
#include "match.hxx" #include "match.hxx"
#include <stdlib.h>
using std::cout; using std::cout;
using std::endl; using std::endl;
using std::string;
TGMatch::TGMatch( void ) { TGMatch::TGMatch( void ) {
} }

View file

@ -2,6 +2,7 @@
#include <Geometry/point3d.hxx> #include <Geometry/point3d.hxx>
#include <iostream> #include <iostream>
#include <stdlib.h>
#include "osgb36.hxx" #include "osgb36.hxx"

View file

@ -12,6 +12,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h>
#ifdef _MSC_VER #ifdef _MSC_VER
# include <winsock2.h> # include <winsock2.h>
typedef int socklen_t; typedef int socklen_t;

View file

@ -28,6 +28,8 @@
#include "triangle.hxx" #include "triangle.hxx"
#include <stdlib.h>
using std::cout; using std::cout;
using std::endl; using std::endl;
using std::string; using std::string;

View file

@ -9,6 +9,8 @@
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <iostream> #include <iostream>
#include <string.h>
#include <stdlib.h>
#include "array.hxx" #include "array.hxx"
using std::cout; using std::cout;

View file

@ -58,6 +58,7 @@
using std::cout; using std::cout;
using std::endl; using std::endl;
using std::string;
TGDem::TGDem() : TGDem::TGDem() :

View file

@ -12,6 +12,8 @@
#include <Polygon/polygon.hxx> #include <Polygon/polygon.hxx>
#include <stdlib.h>
using std::vector; using std::vector;
namespace tg { namespace tg {

View file

@ -43,10 +43,13 @@
#include <simgear/constants.h> #include <simgear/constants.h>
#include <simgear/io/lowlevel.hxx> #include <simgear/io/lowlevel.hxx>
#include <plib/ul.h>
#include "hgt.hxx" #include "hgt.hxx"
using std::cout; using std::cout;
using std::endl; using std::endl;
using std::string;
TGHgt::TGHgt( int _res ) { TGHgt::TGHgt( int _res ) {

View file

@ -28,12 +28,14 @@
#include <simgear/compiler.h> #include <simgear/compiler.h>
#include <iostream> #include <iostream>
#include <stdlib.h>
#include <zlib.h> #include <zlib.h>
#include "srtmbase.hxx" #include "srtmbase.hxx"
using std::cout; using std::cout;
using std::endl; using std::endl;
using std::string;
// write out the area of data covered by the specified bucket. Data // write out the area of data covered by the specified bucket. Data

View file

@ -44,6 +44,7 @@
using std:: cout ; using std:: cout ;
using std:: endl ; using std:: endl ;
using std::string;
void write_polygon( const TGPolygon& poly, const string& base ) { void write_polygon( const TGPolygon& poly, const string& base ) {

View file

@ -30,6 +30,8 @@
#include <iostream> #include <iostream>
#include <string> #include <string>
#include <stdlib.h>
#include <simgear/bucket/newbucket.hxx> #include <simgear/bucket/newbucket.hxx>
#include <simgear/debug/logstream.hxx> #include <simgear/debug/logstream.hxx>
#include <simgear/misc/sg_path.hxx> #include <simgear/misc/sg_path.hxx>

View file

@ -35,6 +35,8 @@
#include <Array/array.hxx> #include <Array/array.hxx>
#include <stdlib.h>
using std::cout; using std::cout;
using std::endl; using std::endl;
using std::string; using std::string;

View file

@ -37,6 +37,8 @@
#include <HGT/hgt.hxx> #include <HGT/hgt.hxx>
#include <Polygon/point2d.hxx> #include <Polygon/point2d.hxx>
#include <stdlib.h>
using std::cout; using std::cout;
using std::endl; using std::endl;
using std::string; using std::string;

View file

@ -40,6 +40,8 @@
# include <Win32/mkdir.hpp> # include <Win32/mkdir.hpp>
#endif #endif
#include <stdlib.h>
using std::cout; using std::cout;
using std::endl; using std::endl;
using std::string; using std::string;

View file

@ -45,6 +45,8 @@
#include <Polygon/polygon.hxx> #include <Polygon/polygon.hxx>
#include <e00/e00.hxx> #include <e00/e00.hxx>
#include <stdlib.h>
using std::cerr; using std::cerr;
using std::cout; using std::cout;
using std::endl; using std::endl;

View file

@ -45,6 +45,9 @@
#include <Polygon/names.hxx> #include <Polygon/names.hxx>
#include <shapelib/shapefil.h> #include <shapelib/shapefil.h>
#include <stdlib.h>
#include <string.h>
using std:: cout ; using std:: cout ;
using std:: endl ; using std:: endl ;
using std:: string ; using std:: string ;

View file

@ -46,6 +46,8 @@
#include <Polygon/polygon.hxx> #include <Polygon/polygon.hxx>
#include <vpf/vpf.hxx> #include <vpf/vpf.hxx>
#include <stdlib.h>
using std::cerr; using std::cerr;
using std::cout; using std::cout;
using std::endl; using std::endl;

View file

@ -16,6 +16,7 @@
#include <iostream> #include <iostream>
#include <stdlib.h> #include <stdlib.h>
#include <string.h>
#include <vector> #include <vector>
using std::vector; using std::vector;

View file

@ -40,6 +40,8 @@
#include <simgear/math/sg_geodesy.hxx> #include <simgear/math/sg_geodesy.hxx>
#include <simgear/misc/sgstream.hxx> #include <simgear/misc/sgstream.hxx>
#include <plib/ul.h>
#include <Polygon/polygon.hxx> #include <Polygon/polygon.hxx>
#include <Polygon/point2d.hxx> #include <Polygon/point2d.hxx>