1
0
Fork 0

Some headers missing... ;)

This commit is contained in:
Christian Schmitt 2013-02-07 19:00:54 +01:00
parent b52a61c2cb
commit 2013f7149d
38 changed files with 50 additions and 4 deletions

View file

@ -23,6 +23,7 @@
#endif
#include <cstdlib>
#include <cstdio>
#include "AIFlightPlan.hxx"
#include <simgear/math/sg_geodesy.hxx>

View file

@ -23,6 +23,7 @@
#endif
#include <cstdlib>
#include <cstdio>
#include <simgear/math/sg_geodesy.hxx>

View file

@ -25,6 +25,7 @@
#endif
#include <algorithm>
#include <cstdio>
#include <osg/Geode>
#include <osg/Geometry>

View file

@ -25,6 +25,7 @@
# include "config.h"
#endif
#include <cstdio>
#include <float.h>
#include <simgear/constants.h>

View file

@ -17,6 +17,8 @@
# include "config.h"
#endif
#include <cstdio>
#include <simgear/misc/sg_path.hxx>
#include <simgear/xml/easyxml.hxx>
#include <simgear/misc/strutils.hxx>

View file

@ -31,6 +31,8 @@
#include <time.h>
#endif
#include <cstdio>
#include <simgear/compiler.h>
#include "route_mgr.hxx"

View file

@ -46,6 +46,7 @@
#include <simgear/misc/strutils.hxx>
#include <simgear/math/sg_geodesy.hxx>
#include <cstdio>
#include <sstream>
#include <iomanip>
#include <iostream> // for cout, endl

View file

@ -7,6 +7,7 @@
using namespace std;
#include <iostream>
#include <cstdio>
const ISA_layer ISA_def[] = {
// 0 1 2 3 4 5 6 7 8

View file

@ -25,6 +25,7 @@
#endif
#include <cstring>
#include <cstdio>
#include <Main/fg_props.hxx>
#include <simgear/constants.h>

View file

@ -16,9 +16,8 @@
#include <iostream>
#include <iomanip>
#ifdef TEST_DEBUG
#include <stdio.h>
#endif
#include <string.h>
#include <iostream>
#include <sstream>

View file

@ -4,6 +4,7 @@
#endif
#include <cstdlib>
#include <cstdio>
#include <simgear/debug/logstream.hxx>
#include <simgear/math/sg_geodesy.hxx>

View file

@ -23,6 +23,7 @@
#endif
#include <cstring>
#include <cstdio>
#include <sys/types.h>
#include <sys/stat.h>
#include "FGLinuxEventInput.hxx"

View file

@ -50,6 +50,8 @@
#include <simgear/structure/commands.hxx>
#include <Airports/simple.hxx>
#include <cstdio>
using std::cout;
using std::string;

View file

@ -24,6 +24,8 @@
#include "kln89_page.hxx"
#include <Main/fg_props.hxx>
#include <cstdio>
using std::string;
KLN89Page::KLN89Page(KLN89* parent) {

View file

@ -23,6 +23,8 @@
# include "config.h"
#endif
#include <cstdio>
#include "kln89_page_alt.hxx"
using std::string;

View file

@ -29,6 +29,7 @@
#include <simgear/structure/exception.hxx>
#include <cassert>
#include <cstdio>
#include <ATC/CommStation.hxx>
#include <Main/globals.hxx>

View file

@ -26,6 +26,7 @@
#endif
#include <cstdlib>
#include <cstdio>
#include <Main/fg_props.hxx>
#include "kln89_page_cal.hxx"

View file

@ -25,6 +25,8 @@
# include "config.h"
#endif
#include <cstdio>
#include "kln89_page_int.hxx"
#include <Navaids/fix.hxx>
#include <Navaids/navrecord.hxx>

View file

@ -26,6 +26,7 @@
#endif
#include <cstdlib>
#include <cstdio>
#include "kln89_page_nav.hxx"
#include <Main/fg_props.hxx>

View file

@ -25,6 +25,8 @@
# include "config.h"
#endif
#include <cstdio>
#include "kln89_page_ndb.hxx"
#include <Navaids/navrecord.hxx>

View file

@ -25,6 +25,8 @@
# include "config.h"
#endif
#include <cstdio>
#include "kln89_page_oth.hxx"
using std::string;

View file

@ -25,6 +25,8 @@
# include "config.h"
#endif
#include <cstdio>
#include "kln89_page_vor.hxx"
#include <Navaids/navrecord.hxx>

View file

@ -9,6 +9,8 @@
# include <config.h>
#endif
#include <cstdio>
#include "clock.hxx"
#include <simgear/timing/sg_time.hxx>
#include <Main/fg_props.hxx>

View file

@ -14,6 +14,7 @@
#include <memory>
#include <set>
#include <cstring>
#include <cstdio>
#include "Main/fg_props.hxx"
#include "Main/globals.hxx" // for get_subsystem

View file

@ -25,6 +25,7 @@
#include <sstream>
#include <cstring>
#include <cstdio>
#include <simgear/sg_inlines.h>
#include <simgear/timing/sg_time.hxx>

View file

@ -26,6 +26,7 @@
#include <string.h>
#include <time.h>
#include <cstdlib>
#include <cstdio>
#include <simgear/debug/logstream.hxx>
#include <simgear/environment/metar.hxx>

View file

@ -38,6 +38,7 @@
#include <errno.h>
#include <math.h>
#include <cstdio>
#include <string>

View file

@ -41,6 +41,7 @@
#include <math.h>
#include <string>
#include <cstdio>
#include <simgear/debug/logstream.hxx>
#include <simgear/misc/sg_path.hxx>

View file

@ -25,6 +25,7 @@
# include "config.h"
#endif
#include <cstdio>
#include <cstdlib>
#include <cstring>

View file

@ -31,6 +31,7 @@
#include <cstdlib>
#include <cstring>
#include <cstdio>
#include <simgear/debug/logstream.hxx>
#include <simgear/math/sg_geodesy.hxx>

View file

@ -41,6 +41,8 @@
# include "config.h"
#endif
#include <cstdio>
#include <simgear/debug/logstream.hxx>
#include <simgear/math/sg_geodesy.hxx>
#include <simgear/io/iochannel.hxx>

View file

@ -24,6 +24,7 @@
# include "config.h"
#endif
#include <cstdio>
#include <cstdlib>
#include <cstring>

View file

@ -27,6 +27,7 @@
#include <iostream>
#include <cstdlib>
#include <cstring>
#include <cstdio>
#include <simgear/debug/logstream.hxx>
#include <simgear/math/sg_geodesy.hxx>

View file

@ -26,6 +26,7 @@
#include <string.h> // strstr()
#include <stdlib.h> // strtod(), atoi()
#include <cstdio>
#include <simgear/debug/logstream.hxx>
#include <simgear/io/iochannel.hxx>

View file

@ -31,6 +31,7 @@
#include <algorithm> // sort()
#include <cstdlib> // atoi() atof()
#include <cstring>
#include <cstdio>
#include <string>
#include <simgear/debug/logstream.hxx>

View file

@ -26,6 +26,7 @@
#include <cstdlib>
#include <cstring>
#include <cstdio>
#include <simgear/debug/logstream.hxx>
#include <simgear/math/sg_geodesy.hxx>

View file

@ -27,6 +27,7 @@
#include <simgear/structure/commands.hxx>
#include <simgear/misc/strutils.hxx>
#include <cstdio>
#include <sstream>
#include "UGear_command.hxx"

View file

@ -57,8 +57,8 @@ main(int argc, char** argv)
// FIXME implement a flightgear similar argument parser into simgear and use this one
osg::ArgumentParser arguments(&argc, argv);
logbuf::set_log_classes(SG_ALL);
logbuf::set_log_priority(SG_ALERT);
sglog().set_log_classes(SG_ALL);
sglog().set_log_priority(SG_ALERT);
std::string fg_root;
if (arguments.read("--fg-root", fg_root)) {