1
0
Fork 0

Add missing include files needed by the new math code under windows

This commit is contained in:
fredb 2006-02-18 13:58:09 +00:00
parent f0c7c0112d
commit 36e4045810
46 changed files with 176 additions and 1 deletions

View file

@ -3,6 +3,10 @@
//
// This file is in the Public Domain and comes with no warranty.
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "submodel.hxx"
#include <simgear/structure/exception.hxx>

View file

@ -18,6 +18,10 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <simgear/compiler.h>
#include <simgear/structure/commands.hxx>

View file

@ -20,6 +20,9 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdio.h>
#include <string.h> // strdup

View file

@ -20,6 +20,9 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <simgear/constants.h>

View file

@ -18,6 +18,9 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "FGMagRibbon.hxx"

View file

@ -1,3 +1,8 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <plib/sg.h>
#include "hud.hxx"

View file

@ -1,4 +1,8 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <simgear/constants.h>
#include "hud.hxx"

View file

@ -20,6 +20,10 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <simgear/debug/logstream.hxx>
#include <stdlib.h>

View file

@ -20,6 +20,10 @@
//
//
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <Main/fg_props.hxx>
#include <simgear/constants.h>

View file

@ -38,6 +38,11 @@ HISTORY
/****************************************************************************/
/* INCLUDES */
/****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdio.h>
// #include <conio.h>
#include <math.h>

View file

@ -20,6 +20,9 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdio.h>

View file

@ -20,6 +20,9 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <float.h>

View file

@ -1,5 +1,9 @@
// dialog.cxx: implementation of an XML-configurable dialog box.
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdlib.h> // atof()
#include <Input/input.hxx>

View file

@ -21,6 +21,10 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "kln89_page_act.hxx"
#include "kln89_page_apt.hxx"
#include "kln89_page_vor.hxx"

View file

@ -21,6 +21,10 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "kln89_page_apt.hxx"
#include <ATC/commlist.hxx>
#include <Main/globals.hxx>

View file

@ -21,6 +21,10 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "kln89_page_cal.hxx"
KLN89CalPage::KLN89CalPage(KLN89* parent)

View file

@ -21,6 +21,10 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "kln89_page_dir.hxx"
KLN89DirPage::KLN89DirPage(KLN89* parent)

View file

@ -21,6 +21,10 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "kln89_page_fpl.hxx"
#include <algorithm>

View file

@ -21,6 +21,10 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "kln89_page_int.hxx"
KLN89IntPage::KLN89IntPage(KLN89* parent)

View file

@ -21,6 +21,10 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "kln89_page_nav.hxx"
#include <Main/fg_props.hxx>

View file

@ -21,6 +21,10 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "kln89_page_ndb.hxx"
KLN89NDBPage::KLN89NDBPage(KLN89* parent)

View file

@ -21,6 +21,10 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "kln89_page_nrst.hxx"
KLN89NrstPage::KLN89NrstPage(KLN89* parent)

View file

@ -21,6 +21,10 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "kln89_page_oth.hxx"
KLN89OthPage::KLN89OthPage(KLN89* parent)

View file

@ -21,6 +21,10 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "kln89_page_set.hxx"
#include <iostream>

View file

@ -21,6 +21,10 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "kln89_page_usr.hxx"
KLN89UsrPage::KLN89UsrPage(KLN89* parent)

View file

@ -21,6 +21,10 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "kln89_page_vor.hxx"
KLN89VorPage::KLN89VorPage(KLN89* parent)

View file

@ -20,6 +20,10 @@
//
//
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <plib/ssg.h>
#include <simgear/screen/extensions.hxx>
#include <simgear/screen/RenderTexture.h>

View file

@ -20,6 +20,10 @@
//
//
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <plib/sg.h>
#include <plib/ssg.h>
#include <Main/fg_props.hxx>

View file

@ -1,5 +1,9 @@
// fg_commands.cxx - internal FGFS commands.
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <string.h> // strcmp()
#include <simgear/compiler.h>

View file

@ -20,6 +20,9 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <simgear/compiler.h>

View file

@ -21,9 +21,11 @@
// $Id$
#ifdef HAVE_CONFIG_H
# include <simgear/compiler.h>
# include "config.h"
#endif
#include <simgear/compiler.h>
#include <simgear/structure/exception.hxx>
#include <simgear/magvar/magvar.hxx>
#include <simgear/timing/sg_time.hxx>

View file

@ -23,6 +23,9 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <simgear/compiler.h>

View file

@ -21,6 +21,10 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <string.h> // strcmp
#include <plib/sg.h>

View file

@ -20,6 +20,9 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <simgear/compiler.h>

View file

@ -20,6 +20,9 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <simgear/debug/logstream.hxx>
#include <simgear/math/sg_geodesy.hxx>

View file

@ -20,6 +20,9 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <simgear/debug/logstream.hxx>
#include <simgear/math/sg_geodesy.hxx>

View file

@ -20,6 +20,9 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <string.h> // strstr()
#include <stdlib.h> // strtod(), atoi()

View file

@ -20,6 +20,9 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <simgear/debug/logstream.hxx>
#include <simgear/io/iochannel.hxx>

View file

@ -21,6 +21,9 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <simgear/debug/logstream.hxx>
#include <simgear/io/iochannel.hxx>

View file

@ -20,6 +20,9 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <simgear/debug/logstream.hxx>
#include <simgear/math/sg_geodesy.hxx>

View file

@ -1,3 +1,8 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <string.h>
#include <stdio.h>
#include <sys/types.h>

View file

@ -1,3 +1,8 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <simgear/nasal/nasal.h>
#include <simgear/props/props.hxx>

View file

@ -20,6 +20,10 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <sstream>
#include <simgear/compiler.h>
#include <Main/fg_props.hxx>

View file

@ -36,6 +36,11 @@
* - Find an alternative for the depricated Point3D class
*
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdlib.h>
#include <time.h>
#include <iostream>

View file

@ -20,6 +20,11 @@
****************************************************************************
*
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdlib.h>
#include <time.h>
#include <iostream>

View file

@ -33,6 +33,11 @@
*
*
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdlib.h>
#include <time.h>
#include <iostream>