Some headers missing... ;)
This commit is contained in:
parent
b52a61c2cb
commit
2013f7149d
38 changed files with 50 additions and 4 deletions
|
@ -23,6 +23,7 @@
|
|||
#endif
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cstdio>
|
||||
|
||||
#include "AIFlightPlan.hxx"
|
||||
#include <simgear/math/sg_geodesy.hxx>
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#endif
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cstdio>
|
||||
|
||||
#include <simgear/math/sg_geodesy.hxx>
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
#endif
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdio>
|
||||
|
||||
#include <osg/Geode>
|
||||
#include <osg/Geometry>
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include <cstdio>
|
||||
#include <float.h>
|
||||
|
||||
#include <simgear/constants.h>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -31,6 +31,8 @@
|
|||
#include <time.h>
|
||||
#endif
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
#include <simgear/compiler.h>
|
||||
|
||||
#include "route_mgr.hxx"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
#endif
|
||||
|
||||
#include <cstring>
|
||||
#include <cstdio>
|
||||
#include <Main/fg_props.hxx>
|
||||
|
||||
#include <simgear/constants.h>
|
||||
|
|
|
@ -16,9 +16,8 @@
|
|||
#include <iostream>
|
||||
#include <iomanip>
|
||||
|
||||
#ifdef TEST_DEBUG
|
||||
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#endif
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cstdio>
|
||||
|
||||
#include <simgear/debug/logstream.hxx>
|
||||
#include <simgear/math/sg_geodesy.hxx>
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#endif
|
||||
|
||||
#include <cstring>
|
||||
#include <cstdio>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include "FGLinuxEventInput.hxx"
|
||||
|
|
|
@ -50,6 +50,8 @@
|
|||
#include <simgear/structure/commands.hxx>
|
||||
#include <Airports/simple.hxx>
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
using std::cout;
|
||||
using std::string;
|
||||
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
#include "kln89_page.hxx"
|
||||
#include <Main/fg_props.hxx>
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
using std::string;
|
||||
|
||||
KLN89Page::KLN89Page(KLN89* parent) {
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
#include "kln89_page_alt.hxx"
|
||||
|
||||
using std::string;
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
|
||||
#include <simgear/structure/exception.hxx>
|
||||
#include <cassert>
|
||||
#include <cstdio>
|
||||
|
||||
#include <ATC/CommStation.hxx>
|
||||
#include <Main/globals.hxx>
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#endif
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cstdio>
|
||||
|
||||
#include <Main/fg_props.hxx>
|
||||
#include "kln89_page_cal.hxx"
|
||||
|
|
|
@ -25,6 +25,8 @@
|
|||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
#include "kln89_page_int.hxx"
|
||||
#include <Navaids/fix.hxx>
|
||||
#include <Navaids/navrecord.hxx>
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#endif
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cstdio>
|
||||
|
||||
#include "kln89_page_nav.hxx"
|
||||
#include <Main/fg_props.hxx>
|
||||
|
|
|
@ -25,6 +25,8 @@
|
|||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
#include "kln89_page_ndb.hxx"
|
||||
#include <Navaids/navrecord.hxx>
|
||||
|
||||
|
|
|
@ -25,6 +25,8 @@
|
|||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
#include "kln89_page_oth.hxx"
|
||||
|
||||
using std::string;
|
||||
|
|
|
@ -25,6 +25,8 @@
|
|||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
#include "kln89_page_vor.hxx"
|
||||
#include <Navaids/navrecord.hxx>
|
||||
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
#include "clock.hxx"
|
||||
#include <simgear/timing/sg_time.hxx>
|
||||
#include <Main/fg_props.hxx>
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
#include <memory>
|
||||
#include <set>
|
||||
#include <cstring>
|
||||
#include <cstdio>
|
||||
|
||||
#include "Main/fg_props.hxx"
|
||||
#include "Main/globals.hxx" // for get_subsystem
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#include <sstream>
|
||||
#include <cstring>
|
||||
#include <cstdio>
|
||||
|
||||
#include <simgear/sg_inlines.h>
|
||||
#include <simgear/timing/sg_time.hxx>
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include <cstdlib>
|
||||
#include <cstdio>
|
||||
|
||||
#include <simgear/debug/logstream.hxx>
|
||||
#include <simgear/environment/metar.hxx>
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
|
||||
#include <errno.h>
|
||||
#include <math.h>
|
||||
#include <cstdio>
|
||||
|
||||
#include <string>
|
||||
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
#include <math.h>
|
||||
|
||||
#include <string>
|
||||
#include <cstdio>
|
||||
|
||||
#include <simgear/debug/logstream.hxx>
|
||||
#include <simgear/misc/sg_path.hxx>
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <cstdio>
|
||||
|
||||
#include <simgear/debug/logstream.hxx>
|
||||
#include <simgear/math/sg_geodesy.hxx>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include <iostream>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <cstdio>
|
||||
|
||||
#include <simgear/debug/logstream.hxx>
|
||||
#include <simgear/math/sg_geodesy.hxx>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
#include <algorithm> // sort()
|
||||
#include <cstdlib> // atoi() atof()
|
||||
#include <cstring>
|
||||
#include <cstdio>
|
||||
#include <string>
|
||||
|
||||
#include <simgear/debug/logstream.hxx>
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <cstdio>
|
||||
|
||||
#include <simgear/debug/logstream.hxx>
|
||||
#include <simgear/math/sg_geodesy.hxx>
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include <simgear/structure/commands.hxx>
|
||||
#include <simgear/misc/strutils.hxx>
|
||||
|
||||
#include <cstdio>
|
||||
#include <sstream>
|
||||
|
||||
#include "UGear_command.hxx"
|
||||
|
|
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue